{% extends 'base.html.twig' %} {% block title %}Nouvelle reduction{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Créer une Reduction

{{ include('reductions/_form.html.twig') }} Retour à la liste {% endblock %}