{% include 'partials/header.html.twig' %}

Employés

{% for user in users %} {% endfor %}
Nom Prénom Rôle Hôtel Planning Actif
{% if user.hasTitreSejour and user.validiteTitreSejour|date('Y-m-d') < 'now'|date('Y-m-d') %} {% endif %} {{user.nom}} {{user.prenom }} {{user.role.nom }} {% for societe in user.societe %} {{societe.nom }} {% endfor %}
Nom Prénom Rôle Hôtel Planning Actif
{% include 'partials/modal/delete_modal.html.twig' %} {% include 'partials/footer.html.twig' %}