{% load i18n %} {% comment %} {% endcomment %} {% if controller.paging %}
{% if controller.paging.prev %}{% trans "preview" %}{% endif %} {% trans "Page" %} {% for p in controller.paging.total %} {% ifequal controller.paging.page p %} {{ p }} {% else %} {% ifequal p -1 %} ... {% else %} {{ p }} {% endifequal %} {% endifequal %} {% endfor %} {% if controller.paging.next %}{% trans "next" %}{% endif %}
{% endif %}