{{commande.numerocommande}}
{% if commande.uotreich == "ECOTECH"%}
AGENCE COCODY TERMINUS 81
{% endif %}
{% if commande.uotreich == "EAS-TREICH"%}
AGENCE TREICHVILLE
{% endif %}
{% if commande.uotreich == "CONNECTIC"%}
CONNECTIC
{% endif %}
|
{{ commande.adresseclientlivraison }} |
Designation |
Quantité. |
Prix. |
{% if commande.reducbool.designation =="OUI" %}
Reduction montant. |
{% endif %}
{% if commande.paiementbool.designation =="OUI" %}
Paiement par avance. |
{% endif %}
{% 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 %} |
{% if commande.reducbool.designation =="OUI" %}
{{ commande.montantreduction|number_format(0, ',', ' ') }} |
{% endif %}
{% if commande.paiementbool.designation =="OUI" %}
{{ commande.montantpaiementavance|number_format(0, ',', ' ') }} |
{% endif %}
|
{{ commande.fraislivraison }} |
{#
{{produit.prix|number_format(2, ',', ' ') }} Francs |
{{produit.quantite}} |
{{produit.prix * produit.quantite }} Francs |
#}
{% endfor %}