{% macro data_table_header(entries, form, tools, toolsRight) %}
{% if form or tools or toolsRight %} {% import "macros/toolbar.html.twig" as macro %} {{ macro.toolbar(form, tools, toolsRight) }} {% endif %}
{% for title, class in entries %} {{ title|trans }} {% endfor %} {% endmacro %} {% macro data_table_footer(entries, route) %}
{#
{#
{{ 'datatables.entry_counter'|trans({'%from%': '1', '%to%': '10', '%total%': entries.count}) }}
# }
{{ pagerfanta(entries, 'twitter_bootstrap3_translated', { routeName: route }) }}
#}
{% endmacro %}