{# agents/agent_table.html.twig #} {% if multi_site %} {% endif %} {% if recup_agent > 1 %} {% endif %} {% if id %} {% endif %}
Nom : {{ nom }}
Prénom : {{ prenom }}
E-mail : {{ mail }}
Statut : {{ statut }}
Contrat : {{ categorie }}
Service de rattachement: {{ service }}
Heures de service public par semaine: {{ heuresHebdo_label }}
Heures de travail par semaine: {{ heuresTravail_label }}
Service public / Administratif : {% if actif %} {% if actif == 'Actif' %} Service public {% elseif actif == 'Inactif' %} Administratif {% elseif actif == 'Supprimé' %} {% endif %} {% else %} Service public {% endif %}
Sites : {% for s in sites_select %} {% if s.checked %} {{ s.name }}
{% endif %} {% endfor %}
Date d'arrivée {{ arrivee }}
Date de départ {{ depart }}
Matricule : {{ matricule }}
E-mails des responsables : {% for r in mailsResponsables %} {{ r|trim }}
{% endfor %}
Informations : {{ informations_str }}
Récupération : {{ recup_str }}
Login : {{ login }}