{#
Export Table
#} {# {% for message in app.flashes('success') %}
{{ message }}
{% endfor %} #}
N° coman. | Date de commande | {#Nom | Prenoms | #}Articles | {#Article | #} {#Adresseclient | #}Commune | Montant avance | Contact | {#Etat | #}Statut | Statut Transaction | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ commande.numerocommande }} | {{ commande.datecommande|date('d-m-Y H:i') }} | {% for produit in commande.produit %} {% if produit.lproduit.designation is defined %} {{produit.lproduit.designation|slice(0,20)}} {% else %} NON FOURNI {% endif %} {% endfor %} | {% if commande.typecommune.designation is defined %} {{ commande.typecommune.designation }} {% else %} NON FOURNI {% endif %} | {{ commande.montantpaiementavance|number_format(0, ',', ' ') }} | {{ commande.telephone }}/ {{ commande.contact }} | {#{{ commande.nom }} | #} {# | {{ commande.email }} | #}{{ commande.typestatut.designation }} | {{ commande.statuttransaction }} | {#{% for produit in commande.produit %}
-{{produit.designation|slice(0,20)}} {% endfor %} | #}
{# {{ commande.adresseclient }} | #} {#{{ commande.adresseclientlivraison }} | {{ commande.telephone }}/ {{ commande.contact }} | {#{{ commande.datelivraison ? commande.datelivraison|date('Y-m-d H:i:s') : '' }} | #} {# Voir #} {# Edite #} {#Statut | #} {# {{ include('commandes/_delete_form.html.twig') }} #}