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 @@
{% trans 'No results' %}
- - {% endfor %} -| - {% endif %} - - {% if not hide_object %} - | {% trans 'Identifier' %} | - {% endif %} - - {% if not hide_columns %} - {% for column in object_list|get_source_columns %} -{{ column.label }} | - {% endfor %} - {% endif %} - - {% for column in extra_columns %} -{{ column.name }} | - {% endfor %} - - {% if not hide_links %} -- {% endif %} - | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - {% if multi_select_item_properties %} - - {% else %} - - {% endif %} - | - {% endif %} - {% if not hide_object %} - {% if main_object %} - {% with object|object_property:main_object as object %} -{% if not hide_link %}{{ object }}{% else %}{{ object }}{% endif %} | - {% endwith %} - {% else %} -{% if not hide_link %}{{ object }}{% else %}{{ object }}{% endif %} | - {% endif %} - {% endif %} {% if not hide_columns %} {% for column in object|get_source_columns %} -{% 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 %} - |
+
{% endif %}
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| {% trans 'No results' %} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans 'No results' %}
+