• «
  • {% for page in page_list %}
  • {{page|default:'…'}}
  • {% endfor %}
  • »
  • {% if show_totals %}
  • {{page_obj.start_index}} to {{page_obj.end_index}} of {{page_obj.paginator.count}}
  • {% endif %}