{% load i18n %} {% load static %} {% load common_tags %} {% load navigation_tags %}
{% 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 }} | {% endfor %} {% endif %} {% for column in extra_columns %}{{ object|object_property:column.attribute }} | {% endfor %} {% if not hide_links %}{% 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' %} |