{% extends 'base.html.twig' %} {% block title %}Restaurant index{% endblock %} {% block body %}
| Id | Nom | Adresse | Telephone | Chef | actions |
|---|---|---|---|---|---|
| {{ restaurant.id }} | {{ restaurant.nom }} | {{ restaurant.adresse }} | {{ restaurant.telephone }} | {{ restaurant.chef }} | show edit |
| no records found | |||||