{{ form_start(form) }}
{{ form_row(form.code) }}
{{ form_row(form.nom) }}
{{ form_row(form.estActif) }}
{{ form_widget(form) }} {{ form_end(form) }}