{% set active = "" %} {% extends "base.html.twig" %} {% block body %}

Modifier une opération

{{ include('operations/_form.html.twig', {'button_label': 'Update'}) }} Retour {{ include('operations/_delete_form.html.twig') }}
{% endblock %}