{% if commandes|length == 0 %}
Aucune demande de livraison interieur
{% endif %}

Feuille de route {% for commande in commandes %} {% if loop.first %} {{commande.livraison.reference}} ; Livreur: {{ commande.livreur.nom}} {% if (commande.livraison.statut ) =="Finalisé" %} {{commande.livraison.statut}} INTERIEUR -Date de traitement: {{commande.livraison.datelivraison|date('d-m-Y H:i:s')}} {% else %} {{commande.livraison.statut}} {% endif %} {% endif %} {% endfor %}

{# #} {# #} {# #} {# #} {% for commande in commandes %} {% set refTva = 0 %} {% for produit in commande.produit %} {% set refTva = refTva+ produit.lproduit.prixunitaire %} {% endfor %} {# #} {# #} {% endfor %}
Info Livraison.Article(s)FraisActionPrix TotalProgress Start Date Delivery Date Action
{{commande.numerocommande}} {% if commande.reducbool.designation =="OUI" %} / Reduction de :{{ commande.montantreduction }}   francs {% endif %}
{{ commande.adresseclientlivraison }}
{{ commande.fraislivraison }} FCFA
{{ commande.adresseclientlivraison }}
Statut actuelle de cete commande :{{commande.typestatut.designation}}
Designation Quantité. Prix.
{% for produit in commande.produit %} {{produit.lproduit.designation}} /
{% endfor %}
{% for produit in commande.produit %}{{ produit.quantite }}
{% endfor %}
{% for produit in commande.produit %}{{ produit.lproduit.prixunitaire }}
{% endfor %}
{% if (boolbutton)=="0" %} {{ render(controller( 'App\\Controller\\TypestatutController::indexrenderinterieur' )) }}

{# #}
{#
#} {# #} {% else %} {{commande.typestatut.designation}}

Commentaire:
{% if commande.commentaire %} {{commande.commentaire}} {% else %} Non fourni {% endif %} {% endif %}
{{produit.lproduit.prixunitaire|number_format(2, ',', ' ') }} Francs {{produit.quantite}} {{produit.lproduit.prixunitaire * produit.quantite }} Francs

Recapitulatif avec le livreur ( a vérifié au prealabre) Total a versé

Quantité total : {{quant}}
Total Frais de livraison: {{frais}} FCFA
Prix Total: {{prixtotal}} FCFA

Recapitulatif avec le livreur ( livraison effectuée)

Quantité total : {{quanteffectuer}}
Total Frais de livraison: {{fraiseffectuer}} FCFA
Prix Total: {{prixtotaleffectuer}} FCFA

Recapitulatif avec le livreur ( echec Livraison)

Quantité total : {{quantechec}}
Total Frais de livraison: {{fraisechec}} FCFA
Prix Total: {{prixtotalechec}} FCFA
{% if (quant) == (quanteffectuer + quantechec) %}
{% if (boolbutton)=="0" %} {% else %} {% endif %}
{% else %} {% endif %}