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

Commande/Resa

{{ resto.address }}, {{ resto.ville }}, {{ resto.pay }}
{% if app.user %}

Vous souhaitez reserver au restaurant : C'est par ici ! {% endif %} {% for menu in menus %}

Menu {{ loop.index }}

{% if app.user %} Commandez en ligne ce menu ! {% endif %}
{% endfor %}
{% endblock %}