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

Éditer {{reason.name}}

{{ include('reason/_form.html.twig', {'button_label': 'Mise à jour'}) }}
Retour {{include('reason/_delete_form.html.twig')}}
{% endblock %}