{{ form_start(form) }}
{{ form_row(form.marques) }}
{{ form_row(form.code) }}
{{ form_row(form.nom) }}
{{ form_row(form.estActif) }}

Motorisations porteurs

{{ form_row(form.motorisations) }}

Énergies porteurs

{{ form_row(form.energies) }}
{{ form_widget(form) }} {{ form_end(form) }}