{{commande.numerocommande}} |
{{ commande.adresseclientlivraison }} |
Designation |
Quantité. |
Prix. |
{% for produit in commande.produit %} article n° {{loop.index}} - {{produit.lproduit.designation }} {% endfor %} |
{% for produit in commande.produit %}{{ produit.quantite }} {% endfor %} |
{% for produit in commande.produit %}{{ produit.lproduit.prixunitaire }}{% endfor %} |
|
{{ commande.fraislivraison }} |
{#
{{produit.prix|number_format(2, ',', ' ') }} Francs |
{{produit.quantite}} |
{{produit.prix * produit.quantite }} Francs |
#}
{% endfor %}