{% block body %}
{% if user.pictureUrl is not empty %} user {% endif %}

{{ user.surname|capitalize }} {{ user.name|capitalize }}

{% if organizationId is not null %} {% if uoActive %}
{% else %}
{% endif %} {% endif %} Modifier

Email: {{ user.email }}

Dernière connection: {{ user.lastConnection|date('d/m/Y') }} à {{ user.lastConnection|date('H:m:s') }}

Compte crée le: {{ user.createdAt|date('d/m/Y') }}

Numéro de téléphone: {{ user.phoneNumber ? user.phoneNumber : 'Non renseigné' }}

{% endblock %}