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