{% if table %} {% if table.title %}

{{ table.title }}

{% endif %}
{% block buttons %} {% for button in table.buttons %} {{ button.label }}  {% endfor %} {% endblock %} {% if table.page %} {% if table.page.has_previous %} {% trans 'Previous' %} {% endif %}  page {{ table.page.number }} of {{ table.paginator.num_pages }} {% if table.page.has_next %} {% trans 'Next' %} {% endif %}  (total: {{ table.paginator.count }}) {% endif %}
{% endif %}