{% extends 'base.html.twig' %} {% block title %}Home{% endblock %} {% block body %}

Bienvenue chez McDoPlus !

{% if not app.user %} compte utilisateur c'est ici {% endif %} {% if app.user and ('waiter' in app.user.roles or 'chef' in app.user.roles) %} User roles: {{ app.user.roles|join(', ') }} {% endif %}

test

coucou

{% endblock %}