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

{{ title }}

« {{ back_button | default('Retour') }}

{{ include('facture/_form.html.twig', { form: form, save_button: 'Valider', back_button: 'Return'}) }}
{% endblock %}