{{ form_start(form, {attr: {class: 'filter'}}) }} {% if typeVehicule.nom == 'Vélo électrique' %} {{ form_row(form.marqueVehicule, {attr: {class: 'pas-parametre'}}) }} {% else %} Marques {{ form_row(form.marqueVehicule) }} {% endif %} ANNÉE
{{ form_row(form.anneeMin) }}
{{ form_row(form.anneeMax) }}
{% if typeVehicule.nom == 'Vélo électrique' or typeVehicule.nom == 'Caravane' or typeVehicule.nom == 'Mobil-home' or typeVehicule.nom == 'Remorque' %}
{{ form_row(form.kilometreMin, {attr: {class: 'pas-parametre'}}) }}
{{ form_row(form.kilometreMax, {attr: {class: 'pas-parametre'}}) }}
{% else %} KILOMÉTRAGE
{{ form_row(form.kilometreMin) }}
{{ form_row(form.kilometreMax) }}
{% endif %} BUDGET
{{ form_row(form.min) }}
{{ form_row(form.max) }}
{% if typeVehicule.nom == 'Vélo électrique' or typeVehicule.nom == 'Remorque' %}
{{ form_row(form.couchage, {attr: {class: 'pas-parametre'}}) }}
{% else %} Couchage
{{ form_row(form.couchage) }}
{% endif %} {% if form.categories is not empty %} Catégories {{ form_row(form.categories) }} {% endif %} {% if form.amenagementInterieur is not empty %} Aménagement {{ form_row(form.amenagementInterieur) }} {% endif %} {{ form_end(form)}}