Compte Personnel {#Edit Profil#} Info
Compte {{ user.username }} Profile
{% if app.request.hasPreviousSession %}
{% for type, messages in app.session.flashbag.all() %}
{% for message in messages %}
{{ type }}! {{ message }}
{% endfor %}
{% endfor %}
{% endif %}
{% if user.path is empty %}
{% else %}
{% endif %}
{{ user.firstname }} {{ user.lastname }}
- {% if user.function is not empty %} Rôle: {{ user.FinctionString }} {% endif %}
- E-mail: {{ user.email }} {% if user.phoneNumber is not empty %}
- Mobile: {{ user.phoneNumber }} {% endif %} {% if user.telNumber is not empty %}
- Tel: {{ user.telNumber }} {% endif %}