diff --git a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html index 41a5f0fee1..d2136d1a26 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_items_subtemplate.html @@ -53,155 +53,74 @@
{% endif %} +
+ {% for object in object_list %} +
+
+
+
+
+
- {% empty %} -

{% trans 'No results' %}

- - {% endfor %} -
- -{% comment %} -
- - - {% if not hide_header %} - - {% if multi_item_actions %} - - {% endif %} - - {% if not hide_object %} - - {% endif %} - - {% if not hide_columns %} - {% for column in object_list|get_source_columns %} - - {% endfor %} - {% endif %} - - {% for column in extra_columns %} - - {% endfor %} - - {% if not hide_links %} - - {% endif %} - - {% endif %} - {% for object in object_list %} - - - {% if multi_item_actions %} - - {% endif %} - {% if not hide_object %} - {% if main_object %} - {% with object|object_property:main_object as object %} - - {% endwith %} - {% else %} - - {% endif %} - {% endif %} {% if not hide_columns %} {% for column in object|get_source_columns %} - +
{% source_column_resolve column=column %}{{ column_result }}
{% endfor %} {% endif %} + {% for column in extra_columns %} - +
{{ column.name }}: {{ object|object_property:column.attribute }}
{% endfor %} + {% if not hide_links %} - +

{% endif %} - - {% empty %} - - {% endfor %} - -
{% trans 'Identifier' %}{{ column.label }}{{ column.name }} 
- {% if multi_select_item_properties %} - - {% else %} - - {% endif %} - {% if not hide_link %}{{ object }}{% else %}{{ object }}{% endif %}{% if not hide_link %}{{ object }}{% else %}{{ object }}{% endif %}{% source_column_resolve column=column %}{{ column_result }}{{ object|object_property:column.attribute }} +

{% get_menu_links 'object menu' source=object as resolved_links %} {% for object_navigation_links in resolved_links %} {% with 'true' as horizontal %} {% include 'navigation/generic_navigation.html' %} {% endwith %} {% endfor %} -

{% trans 'No results' %}
-
-{% endcomment %} + +
+
+
+ {% empty %} +
+

{% trans 'No results' %}

+
+ + {% endfor %} +
+ {% if scrollable_content %}
{% endif %}