{% extends 'base.html.twig' %} {% block title %}Modifier Réductions{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Modifier une réduction

{{ include('reductions/_form.html.twig', {'button_label': 'Mettre à jour'}) }}
Retour à la liste
{{ include('reductions/_delete_form.html.twig') }}
{% endblock %}