diff --git a/mayan/apps/main/templates/main/generic_list_subtemplate.html b/mayan/apps/main/templates/main/generic_list_subtemplate.html index 34ee41c640..85a5708b9c 100644 --- a/mayan/apps/main/templates/main/generic_list_subtemplate.html +++ b/mayan/apps/main/templates/main/generic_list_subtemplate.html @@ -28,23 +28,17 @@
{% endif %} - -
+ {% 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 %}