{% macro data_table_header(entries) %}
{#

jkbkj

#}
{% for title, icon in entries %} {% endfor %} {% endmacro %} {% macro data_table_footer(entries, route) %}
{% if kimai_context.table_icons and icon %}{% endif %} {{ title|trans }}
{#
{#
{{ 'datatables.entry_counter'|trans({'%from%': '1', '%to%': '10', '%total%': entries.count}) }}
# }
{{ pagerfanta(entries, 'twitter_bootstrap3_translated', { routeName: route }) }}
#}
{% endmacro %}