{% if is_paginated %}
{{paginator.count}} news items, viewing page {{page_obj.number}} of {{paginator.num_pages}}.
{% if page_obj.has_previous %} < Prev {% endif %} {% for num in paginator.page_range %} {% ifequal num page_obj.number %} {{num}} {% else %} {{num}} {% endifequal %} {% endfor %} {% if page_obj.has_next %} Next > {% endif %}