{% load common_tags %} {% if is_paginated %}
{{ page_obj.start_index }} - {{ page_obj.end_index }} of {{ paginator.count }}
{% endif %}