{% block body %}

{{ title }}

{% if organizationId is defined %} Ajouter un utilisateur {% endif %}
{% if users|length == 0 %} {% else %} {% for user in users %} {% endfor %} {% endif %}
Picture Email Visualiser
{{ empty_message }}
{% if user.pictureUrl %} User profile pic {% endif %} {{ user.email }} {{ ux_icon('fa6-regular:eye', {height: '30px', width: '30px'}) }}
{% endblock %}