{% load i18n %} {% load static %} {% load attribute_tags %} {% load pagination_tags %} {% load navigation_tags %} {% load non_breakable %} {% load variable_tags %} {% load multiselect_tags %} {% if side_bar %}

{{ title }}

{% else %} {% autopaginate object_list %}

{% ifnotequal 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 %}{{ title }} ({{ start }} - {{ end }} out of {{ total }}) (Page {{ page_number }} of {{ total_pages }}){% endblocktrans %} {% else %} {% blocktrans with page_obj.paginator.object_list|length as total %}{{ title }} ({{ total }}){% endblocktrans %} {% endifnotequal %}

{% 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.0|get_model_list_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_model_list_columns %} {% endfor %} {% endif %} {% for column in extra_columns %} {% if column.keep_together %} {% else %} {% endif %} {% endfor %} {% if not hide_links %} {% if list_object_variable_name %} {% copy_variable object as list_object_variable_name %} {% copy_variable list_object_variable_name as "navigation_object_name" %} {% endif %} {% endif %} {% empty %} {% endfor %}
{% trans 'Identifier' %}{{ column.name }}{{ 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 %}{{ object|object_property:column.attribute }} {{ object|object_property:column.attribute|make_non_breakable }} {{ object|object_property:column.attribute }} {% object_navigation_template %}
{% trans 'No results' %}
{% if scrollable_content %}
{% endif %}
{% paginate %} {% if side_bar %}

{% endif %}