{% load i18n %} {% load static %} {% load common_tags %} {% load navigation_tags %}

{% if page_obj %} {% if page_obj.paginator.num_pages != 1 %} {% blocktrans with page_obj.start_index as start and page_obj.end_index as end and page_obj.paginator.object_list|length as total and page_obj.number as page_number and page_obj.paginator.num_pages as total_pages %}Total ({{ start }} - {{ end }} out of {{ total }}) (Page {{ page_number }} of {{ total_pages }}){% endblocktrans %} {% else %} {% blocktrans with page_obj.paginator.object_list|length as total %}Total: {{ total }}{% endblocktrans %} {% endif %} {% else %} {% blocktrans with object_list|length as total %}Total: {{ total }}{% endblocktrans %} {% endif %}


{% if object_list %} {% get_multi_item_links_form object_list %} {% if multi_item_actions %}
{{ multi_item_form }}  
{% endif %} {% endif %} {% if scrollable_content %}
{% endif %}
{% if not hide_header %} {% if multi_item_actions %} {% endif %} {% if not hide_object %} {% endif %} {% for column in object_list|get_source_columns %} {% endfor %} {% 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 %} {% endfor %} {% endif %} {% for column in extra_columns %} {% 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' %}
{% if scrollable_content %}
{% endif %}
{% include 'pagination/pagination.html' %}