{# empty Twig template #} {% extends 'baseRestaurateur.html.twig' %} {% block title %} Detail d'un restaurant {% endblock %} {% block body %}
Ville du restaurant : {{ unRestaurant.villeRestaurant }}
Heure d'ouverture : {% if unRestaurant.heureOuverture is not null %}{{ unRestaurant.heureOuverture }}{% else %}Non spécifié{% endif %}
Heure de fermeture : {% if unRestaurant.heureFermeture is not null %}{{ unRestaurant.heureFermeture }}{% else %}Non spécifié{% endif %}