{% if listCommandeArticles['date_livraison'] is not null %} {% for date in listCommandeArticles['date_livraison'] %} {% endfor %} {% endif %}
Date Livraison : {{ date }} Lieu de livraison : {{ marche }}
{% set totalArticle = 0 %} {% for key,article in listCommandeArticles %} {% if key is not same as('additional_product') and key is not same as("date_livraison") %} {% set totalArticle = totalArticle + article['total'] %} {% endif %} {% endfor %} {% if listCommandeArticles['additional_product'] is defined and listCommandeArticles['additional_product'] is not null %} {% for add in listCommandeArticles['additional_product'] %} {% endfor %} {% endif %}

Liste des paniers :

Quantité par panier Total panier
{{ article['number'] }} {{ article['quantity'] }} Huîtres {{ article['total'] }}
Nombre total de panier {{ totalArticle }}

Produits Additionnels :

{{ add }}