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