{% load helpers %}
{% if page %}
Showing {{ page.start_index }}-{{ page.end_index }} of {{ page.paginator.count }}
{% if not exclude_controls %}
{% endif %} {% endif %} {% if not exclude_controls %}
{% for key, value_list in request.GET.lists %} {% if key != 'per_page' %} {% for value in value_list %} {% endfor %} {% endif %} {% endfor %} per page
{% endif %} {% if paginator.num_pages > 1 and not exclude_controls %}
{% endif %}