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

{{ title }}

{% if organizationId %} {# ID: {{ organizationId }}#} {% endif %}
{% endif %}
{% if org.users|length == 0 %} {% else %} {% for userData in org.users %} {% endfor %} {% endif %}
Picture Surname Name Email Statut Visualiser
Aucun utilisateur trouvé dans cette organisation.
{% if userData.users.pictureUrl %} User profile pic {% else %}
{{ userData.users.name|first|upper }}{{ userData.users.surname|first|upper }}
{% endif %}
{{ userData.users.surname }} {{ userData.users.name }} {{ userData.users.email }} {% if userData.is_connected %} Actif {% else %} Inactif {% endif %} {# {% if organizationId is defined and organizationId %}#} {# #} {# {{ ux_icon('fa6-regular:eye', {height: '30px', width: '30px'}) }}#} {# #} {# {% else %}#} {# #} {# {{ ux_icon('fa6-regular:eye', {height: '30px', width: '30px'}) }}#} {# #} {# {% endif %}#}
{% endblock %}