diff --git a/templates/Includes/ModelAdmin_left.ss b/templates/Includes/ModelAdmin_left.ss
index eb776446..a25b148f 100755
--- a/templates/Includes/ModelAdmin_left.ss
+++ b/templates/Includes/ModelAdmin_left.ss
@@ -31,10 +31,13 @@
<% _t('SEARCHLISTINGS','Search') %>
$SearchForm
-
- <% _t('IMPORT_TAB_HEADER', 'Import') %>
- $ImportForm
-
+
+ <% if ImportForm %>
+ <% _t('IMPORT_TAB_HEADER', 'Import') %>
+ $ImportForm
+ <% end_if %>
+
+
<% end_control %>
\ No newline at end of file