{{ form_start(form) }}

Champ de recherche ({{commandes|length }})

{{ form_widget(form.nom) }}
{{ form_widget(form.prenoms) }}
{{ form_widget(form.email) }}
{{ form_widget(form.numerocommande) }}
{{ form_widget(form.adresseclientlivraison) }}
{{ form_widget(form.telephone) }}
{{ form_widget(form.contact) }}
{{ form_widget(form.typestatut) }}
{{ form_widget(form.typecanalcom) }}
{{ form_widget(form.typecommune) }}
{# #} {{ form_end(form) }}
{% if commandes|length != 0 %}
{% for commande in commandes %} {% endfor %}
{% else %}

AUCUN RESULTAT

{% endif %} {{ knp_pagination_render(commandes) }}