{# agents/index.html.twig #} {% extends 'base.html.twig' %} {% block page %}

Liste des agents

Voir les agents {% if rights21 %} {% if LDAP_host and LDAP_suf %} {% endif %} {% endif %}
{% if nbSites > 1 %} {% endif %} {% for a in agents %} {% if nbSites > 1 %} {% endif %} {% endfor %}
{% if rights21 %} {% endif %} Nom Prénom Heures Statut ServiceSitesArrivée Départ Accès
{% if rights21 %} {% endif %} {% if rights21 and a.id != login_id and a.id > 1 %} {% endif %} {{ a.name | raw }} {{ a.surname | raw}} {{ a.hours }} {{ a.status | raw }} {{ a.service | raw }}{{ a.sites | raw }}{{ a.arrival }} {{ a.departure }} {{ a.last_login }}
{% if rights21 %} {% endif %}