{% 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 %}#} {% for user in represantants.utilisateurs %} {% if 'ROLE_USER_R' in user.roles %} {% if user not in represantants.utilisateurs %} {% endif %} {% endif %} {% endfor %}
Réf Nom & Prénom Phone Email Status Action
{{ user.id }} {{ user.firstname }} {{ user.lastname }} Mobile: {{ user.phonenumber }}
Tel: {{ user.telnumber }}
{{ user.email }} #} {#{% if app.user.salt != user.salt %}#} {#
#} {# #} {# #} {#
#} {#{% endif %}#} {#
{{ user.id }} {{ user.firstname }} {{ user.lastname }} Mobile: {{ user.phonenumber }}
Tel: {{ user.telnumber }}
{{ user.email }} {% if user in represantants.utilisateurs %} Affecté {% else %} Non affecté {% endif %} {% if app.user.salt != user.salt %}
{% if user not in represantants.utilisateurs %} {% endif %}
{% endif %}
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}