{% load i18n query_string_tools %} {% if page.has_previous %}{% trans "Previous" %}{% endif %} {% for num in page.page_range %} {% if not num %} ... {% else %} {{ num }} {% endif %} {% endfor %} {% if page.has_next %}{% trans "Next" %}{% endif %}