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

Edit Intervention

{{ include('intervention/_form.html.twig', {'button_label': 'Update'}) }} back to list {{ include('intervention/_delete_form.html.twig') }} {% endblock %}