{% if is_granted('IS_AUTHENTICATED_FULLY') %}
Déconexion
{% else %}
Connexion
{% endif %}
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
{% if app.user.roles =="ROLE_USER" %}
Mon compte
{% else %}
Mon compte
{% endif %}
{% else %}
S'inscrire
{% endif %}