Facture Formateur
{{ form_start(form, {'attr': {'class': 'form theme-form'}}) }}
{{ form_widget(form.engagement, {'attr': {'class': 'form-control '}}) }}
{{form_errors(form.engagement)}}
{{ form_widget(form.etatPaiement, {'attr': {'class': 'form-control '}}) }}
{{form_errors(form.etatPaiement)}}
{{ form_widget(form.date, {'attr': {'class': 'datepicker-here form-control digits', 'data-language': 'fr'}}) }}
{{form_errors(form.date)}}
{{ form_end(form) }}