{% if table.page.has_previous %}
{% block pagination.previous %}{{ block.super }}{% endblock pagination.previous %}
{% endif %}
{% if table.page.has_previous or table.page.has_next %}
{% block pagination.current %}{{ block.super }}{% endblock pagination.current %}
{% endif %}
{% if table.page.has_next %}
{% block pagination.next %}{{ block.super }}{% endblock pagination.next %}
{% endif %}
{% block pagination.cardinality %}
{% comment %}
Block of action buttons
Behaviour is in static/js/actions.js
{% endcomment %}
{% blocktrans %}Selected of {{ total }} documents{% endblocktrans %}
{% if total != count %}{{ count }} de {{ total }}{% else %}{{ total }}{% endif %} {% if total == 1 %}document{% else %}documents{% endif %}
/ Export CSV
/ Export ODS