{% block body %} {% if title is defined %}

{{ title }}

{% endif %} {% if org.users|length == 0 %} {% endif %} {% for user in org.users %} {# #} {% endfor %}
Picture Surname Name Email Statut Visualiser
Aucun utilisateur trouvé.
{% if user.pictureUrl %} User profile pic {% endif %} {{ user.surname }} {{ user.name }} {{ user.email }}#} {# {% if user.isActive %}#} {# Actif#} {# {% else %}#} {# Inactif#} {# {% endif %}#} {# Actif {{ ux_icon('fa6-regular:eye', {height: '30px', width: '30px'}) }}
{% endblock %}