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

{% include '@MillesimaActions/flashBag.html.twig' %}
{% for user in users %} {% if user.function == 'USER_R' %} {% endif %} {% endfor %}
Réf Nom & Prénom Phone Email Action
{{ user.id }} {{ user.firstname }} {{ user.lastname }} Mobile: {{ user.phonenumber }}
Tel: {{ user.telnumber }}
{{ user.email }} {% if app.user.salt != user.salt %} {% endif %}
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}