{% load i18n %} {% if is_paginated %}
{% if show_first %} « {% endif %} {% if has_previous %} < {% endif %} {% for pagenum in page_numbers %} {% if pagenum == page %} {{pagenum}} {% else %} {{pagenum}} {% endif %} {% endfor %} {% if has_next %} > {% endif %} {% if show_last %} » {% endif %} {{pages}} pages 
{% endif %}