{% trans_default_domain 'message' %} {#
#} {#

{{ 'profile.show.username'|trans }}: {{ user.username }}

#} {#

{{ 'profile.show.email'|trans }}: {{ user.email }}

#} {#
#}
{% for message in app.flashes('error') %} {% endfor %} {% for message in app.flashes('success') %} {% endfor %}
{% if app.user.nomImage!=null %} avatar {% else %} avatar {% endif %}