{% extends 'base.html.twig' %}
{% block title %}Profile{% endblock %}
{% block body %}
{# ===================================================================
## == Bloc présentation information utilisateur
## ===================================================================
#}
{% else %}
Aucun avatar
{% endif %}
Changer
{% if user.personne.avatar != '/images/default-avatar.png' %}
Supprimer
{% endif %}
{{user.personne.prenom}} {{user.personne.nom}}
{% endif %}
{{ user.personne.prenom }} {{ user.personne.nom }}
{% if user.personne.adresse %}