{% extends '::base2.html.twig' %} {% block title %}Gestion des CC/CP - Liste{% endblock %} {% block stylesheets %}{{ parent() }}{% endblock %} {% block body %}

Liste Utilisateurs Tous

{% include '@MillesimaActions/flashBag.html.twig' %}
{% for user in users %} {% endfor %}
Nom & Prénom Phone Email Chargé Comptes Chef de projet Action
{{ user }} Mobile: {{ user.phonenumber }}
{% if user.telnumber is not empty %} Tel: {{ user.telnumber }} {% endif %}
{{ user.email }} {% if user.function=='USER_CC' %}
{% endif %}
{#{% if user.function=='USER_CP' %}#}
{#{% endif %}#}
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}