{% block stylesheets %} {% endblock %} {% block javascripts %} {% endblock %}
McDo
{% if not app.user %}
Connexion
Inscription
{% else %}
{{ app.user.email }}
{% set roles = app.user.roles %} {% if 'ROLE_Root' in roles or 'ROLE_Waiter' in roles or 'ROLE_Chef' in roles %}
Ticket
Réservation
{% endif %} {% if 'ROLE_Root' in roles or 'ROLE_Chef' in roles %}
Menu
{% endif %} {% if 'ROLE_Root' in roles %}
User
Restaurant
{% endif %}
Avis
Logout
{% endif %}
{% block body %}{% endblock %}