{% extends 'base.html.twig' %} {% block body %}

Détails créneau
Titre {{ bookingType.title }}
Description {{ bookingType.description }}
Capacité {{ bookingType.capacite }}
Durée {{ bookingType.duree }} min
Heure de début {% if bookingType.heureDebut %}{{ bookingType.heureDebut|date('Y-m-d H:i:s') }}{% endif %}
Heure de fin {% if bookingType.heureFin %}{{ bookingType.heureFin|date('Y-m-d H:i:s') }}{% endif %}
Retour Modifier
{{ form_start(delete_form) }} {{ form_end(delete_form) }}
{% endblock %}