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

Motif de réservation

{% if reason.description %} {% else %} {% endif %}
Nom {{ reason.name }}
Description {{ reason.description }}
Description Pas de description
Retour {% with {'reasonId': reason.id} %} Éditer {% endwith %} {{ include('reason/_delete_form.html.twig') }}
{% endblock %}