{% if page_obj and page_obj.has_other_pages %}
Showing {{ page_obj.start_index }} - {{ page_obj.end_index }} of {{ page_obj.paginator.count }} {{ object_verbose_name_plural }}
{% endif %}