{# #}
{{ form_start(form) }} {#
#}
{{ form_label(form.nom, 'Libelé : ') }} {{ form_widget(form.nom, {'attr': {'class': 'form-control'}}) }}
{{ form_label(form.montant, 'Montant : ') }} {{ form_widget(form.montant, {'attr': {'class': 'form-control'}}) }}
{{ form_label(form.devise, 'Devise : ') }} {{ form_widget(form.devise, {'attr': {'class': 'form-control'}}) }}
{{ form_label(form.description, 'Description : ') }} {{ form_widget(form.description, {'attr': {'class': 'form-control'}}) }}


{{ form_end(form) }}