{# notifications/index.html.twig #} {% extends 'base.html.twig' %} {% block specificjs %} {% endblock %} {% block page %}

Validations des absences et notifications

Voir les agents
{% if config('Multisites-nombre') > 1 %} {% endif %} {% for agent in agents %} {% if config('Multisites-nombre')>1 and agent.sites_list is defined %} {% elseif config('Multisites-nombre')>1 and not agent.sites_list is defined %} {% endif %} {% if agent.responsables_list is defined and not agent.responsables_list is empty %} {% else %} {% endif %} {% endfor %}
Nom Prénom Service StatutSitesValidations / notifications
{{ agent.nom }} {{ agent.prenom }} {{ agent.service | raw }} {{ agent.statut | raw }}{{ agent.sites_list }} {{ agent.responsables_list | raw }} 
{% endblock %}