{% for user in resultats['utilisateurs'] %} {% endfor %}
Nom Rôle Catégorie Entrée Sortie
{{ user.Nom }} {{ user.Prenom }} {{ user.roles|join(', ')|replace({'ROLE_':''}) }} {{ user.UserCategorie.Description }} {% if user.DateEntree is not null %}{{ user.DateEntree|date('d-m-Y') }}{% endif %} {% if user.DateSortie is not null %}{{ user.DateSortie|date('d-m-Y') }}{% endif %}