{% blocktrans with start=page_obj.start_index end=page_obj.end_index count=page_obj.paginator.count %}Showing
{{ start }}-{{ end }} of total result {{ count }}{% endblocktrans %}
{% if page_obj.has_previous %}
{% else %}
{% endif %}
{% get_paginated_range paginator page_obj.number as RANGE %}
{% for page_num in RANGE %}
{% if page_num == page_obj.paginator.ELLIPSIS %}