{% load i18n vault_tags %} {% if items.paginator.num_pages > 1 %}
{% if items.has_previous %} anterior {% endif %} {% trans 'of' %} {{ items.paginator.num_pages }} {% if items.has_next %} {% trans 'next' %} {% endif %}
{% endif %}