diff --git a/cookbook/templates/generic/list_template.html b/cookbook/templates/generic/list_template.html
index 4904f7604..58e2c027a 100644
--- a/cookbook/templates/generic/list_template.html
+++ b/cookbook/templates/generic/list_template.html
@@ -14,11 +14,15 @@
{% endif %}
- {% render_table table %}
-
{% if import_btn %}
{% trans 'Import all' %}
+
+
{% endif %}
+
+ {% render_table table %}
+
+
{% endblock content %}
\ No newline at end of file