{% extends '@DWGinger/crud/list.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block actions %}{% endblock %} {% block list_actions %} {% if is_granted('ROLE_GINGER_CONTACT_CREATE') %} {{ 'title.person_new'|trans }} {% endif %} {% endblock %} {% block table_header %} {% if pagination.totalItemCount == 0 %}
{{ 'person.filter_result.empty_message'|trans }}
{% else %}