{% extends 'baseRestaurateur.html.twig' %} {% block title %} Détail d'un plat {% endblock %} {% block body %}
Ajouter un restaurant
{% if mesRestaurants is not empty %} {% for element in mesRestaurants %}
{{ element.nomRestaurant }}
{{ element.nomRestaurant }}

{{ element.villeRestaurant }}

Horaires : {{ element.heureOuverture }}-{{ element.heureFermeture }}

{% if loop.index % 3 == 0 %}
{% endif %} {% endfor %} {% else %}

Vous n'avez aucun restaurant !

{% endif %}
{% endblock %}