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

Liste des agents

Voir les agents {% if rights21 %} {% if ldapBouton %} {% endif %} {% if ldifBouton %} {% endif %} {% endif %}
{% if not config('Planook') %} {% endif %} {% if nbSites > 1 %} {% endif %} {% for a in agents %} {% if not config('Planook') %} {% endif %} {% if nbSites > 1 %} {% endif %} {% endfor %}
{% if rights21 %} {% endif %}
Nom Prénom HeuresStatut 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 %} {% if actif != 'Supprimé' %} {% endif %} {% endblock %} {% block specificjs %} {% endblock %}