{% load url_replace %} {% load humanize %} {{ items.paginator.count|intcomma }} {{contents}} found {% if items.has_other_pages %}

Page {{ items.number|intcomma }} of {{ items.paginator.num_pages|intcomma }} | Showing {{contents}} {{ items.start_index|intcomma }} to {{ items.end_index|intcomma }}

{% endif %}