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

Modifier la facture

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