{# templates/bundles/KnpPaginatorBundle/Pagination/custom_tailwind_pagination.html.twig #} {% if pageCount > 1 %}
{# Informations sur la pagination #}
Page {{ current }} sur {{ last }} • {{ totalCount }} contributeur{{ totalCount > 1 ? 's' : '' }} au total
{% endif %}