{# page_nav_results.html #}
{% extends "page_nav.html" %}
{% comment %}
template parameters:
page: Page
rowcount: int
{% endcomment %}
{% load humanize %}
{% block current %}
Page {{ page.number }} of {{ page.paginator.num_pages }}
({{ rowcount|intcomma }} rows found).
{% endblock %}