{# agents/index.html.twig #} {% extends 'base.html.twig' %} {% block page %}
|
{% if rights21 %}
{% endif %}
|
Nom | Prénom | Heures | {% if not config('Planook') %}Statut | Service | {% endif %} {% if nbSites > 1 %}Sites | {% endif %}Arrivée | Départ | Accès |
|---|---|---|---|---|---|---|---|---|---|
| {{ a.name | raw }} | {{ a.surname | raw}} | {{ a.hours }} | {% if not config('Planook') %}{{ a.status | raw }} | {{ a.service | raw }} | {% endif %} {% if nbSites > 1 %}{{ a.sites | raw }} | {% endif %}{{ a.arrival }} | {{ a.departure }} | {{ a.last_login }} |