{% if is_paginated %} Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ page_obj.paginator.count }} results {% if page_obj.has_previous %} Previous {% else %} Previous {% endif %} {% if page_obj.has_next %} Next {% else %} Next {% endif %}
Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ page_obj.paginator.count }} results