{% if order.client|length > 0 %} {% for item in order.client %} {% endfor %} {% endif %}
Civilité Nom Prénom
{{order.civilite}} {{order.nom}} {{order.prenom}}
{{item.civilite}} {{item.nom}} {{item.prenom}}