{% block stylesheets %} {% endblock %} Accueil {% if categories is defined %} {% for category in categories %} {{ category.name }} {% endfor %} {% endif %} Contact {% if app.user %} {% if is_granted('ROLE_OWNER') %} Location {% endif %} Profil {% if is_granted('ROLE_ADMIN') %} Back Office {% endif %} Déconnexion {% else %} Connexion Inscription {% endif %} {% if app.user %} {% else %} {% endif %} {% if app.user %} Déconnexion {% else %} Inscription Connexion {% endif %}