-{% 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 %} + {{ title }}
-{% 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 %}
-
- {% for link in multi_item_links %}
-
- {% endfor %}
-
- {% else %}
- {% with 'true' as form_hide_required_text %}
- {% get_multi_item_links_form %}
- {% endwith %}
-
-
-
- {% endif %}
- {% endif %}
- {% endif %}
-
- {% if scrollable_content %}
-
- {% endif %}
-
- {% 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 %}
-
{% for object in object_list %}
{{ object }}
{% endfor %}
-
- {% if scrollable_content %}
-
- {% for link in multi_item_links %}
-
- {% endfor %}
-
- {% else %}
- {% with 'true' as form_hide_required_text %}
- {% get_multi_item_links_form %}
- {% endwith %}
-
-
-
- {% endif %}
- {% endif %}
- {% endif %}
-
- {% paginate %}
-
- {% if side_bar %}
-
- {% endif %}