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

{{ title }}

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