diff --git a/mayan/apps/main/templates/main/generic_list_subtemplate.html b/mayan/apps/main/templates/main/generic_list_subtemplate.html index 8151ce0b6c..34ee41c640 100644 --- a/mayan/apps/main/templates/main/generic_list_subtemplate.html +++ b/mayan/apps/main/templates/main/generic_list_subtemplate.html @@ -30,20 +30,22 @@ {% endif %}
- {% get_multi_item_links_form object_list %} - {% if multi_item_actions %} -
-
- {% with multi_item_form as form %} - {% include 'main/generic_form_instance.html' %} - {% endwith %} + {% if object_list %} + {% get_multi_item_links_form object_list %} + {% if multi_item_actions %} +
+
+ {% with multi_item_form as form %} + {% include 'main/generic_form_instance.html' %} + {% endwith %} +
+
+ +
-
- -
-
+ {% endif %} {% endif %} {% if scrollable_content %}