{% load i18n %} {% load attribute_tags %} {% load pagination_tags %} {% load navigation_tags %} {% load non_breakable %} {% if side_bar %}

{{ title|capfirst }}

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

{% endif %}
{% if object_list %} {% if multi_select or multi_select_as_buttons %} {% if multi_select_as_buttons %} {% get_multi_item_links as multi_item_links %} {% else %} {% with "true" as form_hide_required_text %} {% get_multi_item_links_form %} {% endwith %} {% endif %} {% endif %} {% endif %} {% if scrollable_content %}
{% endif %} {% if not hide_header %} {% if multi_select or multi_select_as_buttons %} {% endif %} {% if not hide_object %} {% endif %} {% for column in extra_columns_preffixed %} {% endfor %} {% 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_select or multi_select_as_buttons %} {% endif %} {% if not hide_object %} {% if main_object %} {% with object|object_property:main_object as object %} {% endwith %} {% else %} {% endif %} {% endif %} {% for column in extra_columns_preffixed %} {% if column.keep_together %} {% else %} {% endif %} {% endfor %} {% 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 %} {% endif %} {% empty %} {% endfor %}
{% trans "Identifier" %}{{ column.name|capfirst }}{{ column.name|capfirst }}{{ column.name|capfirst }} 
{% if not hide_link %}{{ object }}{% else %}{{ object }}{% endif %}{% if not hide_link %}{{ object }}{% else %}{{ object }}{% endif %} {{ object|object_property:column.attribute|safe|make_non_breakable }} {{ object|object_property:column.attribute|safe }}{{ object|object_property:column.attribute|safe }} {{ object|object_property:column.attribute|safe|make_non_breakable }} {{ object|object_property:column.attribute|safe }} {% object_navigation_template %}
{% blocktrans with title|striptags as stripped_title %}There are no {{ stripped_title }}{% endblocktrans %}
{% if scrollable_content %}
{% endif %} {% if object_list %} {% if multi_select or multi_select_as_buttons %} {% if multi_select_as_buttons %} {% get_multi_item_links as multi_item_links %} {% else %} {% with "true" as form_hide_required_text %} {% get_multi_item_links_form %} {% endwith %} {% endif %} {% endif %} {% endif %}
{% paginate %} {% if side_bar %}

{% endif %}