{% 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.users.pictureUrl %} User profile pic {% endif %} {{ user.users.surname }} {{ user.users.name }} {{ user.users.email }} {% if user.is_connected %} Actif {% else %} Inactif {% endif %} {% if organizationId is defined %} {{ ux_icon('fa6-regular:eye', {height: '30px', width: '30px'}) }} {% else %} {{ ux_icon('fa6-regular:eye', {height: '30px', width: '30px'}) }} {% endif %}
{% endblock %}