{# Boutons qui apparaƮtront seulement sur mobile #}
? {% if is_granted('ROLE_ADMIN') %} A {% endif %}
{%- if is_granted('ROLE_USER') -%}
{% if is_granted('ROLE_ADMIN') %} ADMIN {% endif %}
{% else %}
Inscription Connexion
{%- endif -%}