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

Gestion des Utilisateurs Tous

{% include '@MillesimaActions/flashBag.html.twig' %}
{% for user in compte.utilisateurs %} {% if app.user.salt != user.salt %} {% endif %} {% endfor %}
# Nom & Prénom Phone Email Rôle Action
{{ user.id }} {{ user.firstname }} {{ user.lastname }} Mobile: {{ user.phonenumber }}
Tel: {{ user.telnumber }}
{{ user.email }} {% if user.function == 'USER_R' %} Répresentant {% elseif user.function == 'USER_D' %} Demandeur {% else %} Acheteur {% endif %} {% if user.function == 'USER_D' %} {% endif %} {% if user.function == 'USER_R' %} {% endif %}
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}