Commande {{ commande.numerocommande }}
numero de la commande: | {{ commande.numerocommande }} |
---|---|
Etat de la commande: | {% if commande.typestatut.designation =="en attente" %} {{ commande.typestatut.designation }} {% elseif commande.typestatut.designation =="en cours" %} {{ commande.typestatut.designation }} {% else %} {{ commande.typestatut.designation }} {% endif %} |
Nom: | {{ commande.nom }} |
Prenoms: | {{ commande.prenoms }} |
Email: | {{ commande.email }} |
Contacts telephonique: | {{ commande.telephone }} / {{ commande.contact }} |
Adresse de livraison du client: | {{ commande.adresseclientlivraison }} |
Reduction: | Ce client beneficie d'une reduction de :{{ commande.montantreduction }}   francs |
frais de livraison : | {{ commande.fraislivraison }}  francs |
Prix total (Frais de livraison inclu {% if commande.reducbool.designation =="OUI" %} Reduction appliquée sur le montant total {% endif %} ) : | {{refTva + commande.fraislivraison {% if commande.reducbool.designation =="OUI" %} - commande.montantreduction {% endif %} }}  francs |
Article(s) commandé(s): |
{% for produit in commande.produit %}
article n° {{loop.index}}
-Designation  : {{produit.designation|slice(0,20)}}; Quantité :{{produit.quantite}}; Prix: {{produit.prix|number_format(2, ',', ' ') }} {% endfor %} |
Datelivraison: | |
Compte de creation et Datecommande: | Commande ajoutée par {{ commande.user.nom }}-{{ commande.user.prenoms }} le avec pour canal de communication :{{ commande.typecanalcom.designation }} |