{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block header %}

Collaborateurs ({{ peoples|length }})

{% if is_granted('ROLE_ADMIN') %}+ Nouveau collaborateur{% endif %}
{% endblock %} {% block body %}
{% if is_granted('ROLE_ADMIN') %}{% endif %} {% for people in peoples %}
{% if is_granted('ROLE_ADMIN') %} {% endif %} {% endfor %}
ID Nom Fonction Site Métier Utilisateur Processus Activités Applications Flux Actions
C-{{ people.id }} {{ people.firstname }} {{ people.lastname }} {% if app.user.people.id == people.id %}(Moi) {% endif %} {{ people.role | default("N/C") }} {{ people.site.designation | default("N/C") }} {{ people.metier.designation | default("N/C") }} ({{ people.metier.code| default("N/C") }}) {% if people.user is not null%}Oui{% endif %}

Gestionnaire de fichiers


{% endblock %} {% block javascripts %} {% endblock %}