{{ include('classroom/partials/header.html.twig') }}
{% for user in users %} {% endfor %}
Nom complet Sexe Email Date de naissance Lieu de naissance Residence Region Departement Contact
{{ user.fullName }} {% if user.gender == 0 %} M {% else %} F {% endif %} {% if user.birthday %}{{ user.birthday|date('Y-m-d') }}{% endif %} {{ user.email }} {{ user.birthplace }} {{ user.location }} {{ user.region }} {{ user.department }} {{ user.phoneNumber}}