{#
Export Table
#} Ajoute une commande {# {% for message in app.flashes('success') %}
{{ message }}
{% endfor %} #}
{# #}
{# #}
{# #}
{% for commande in commandes %}
{# #}
{# #}
{# #}
{# #}
{% else %}
{% endfor %}
Id | Nom et Prenoms | Nom | Prenoms | Etat | Article | Adresseclient | Adresseclientlivraison | Contact | Etat | Date commande | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ commande.numerocommande }} | {{ commande.nom }} {{ commande.prenoms }} | {{ commande.nom }} | {{ commande.email }} | {{ commande.typestatut.designation }} | {% for produit in commande.produit %} {% if produit.lproduit.designation is defined %} {{produit.lproduit.designation|slice(0,20)}} {% else %} NON FOURNI {% endif %} {% endfor %} | {{ commande.adresseclient }} | {{ commande.adresseclientlivraison }} | {{ commande.telephone }}/ {{ commande.contact }} | {{ commande.datelivraison ? commande.datelivraison|date('Y-m-d H:i:s') : '' }} | {{ commande.datecommande ? commande.datecommande|date('Y-m-d H:i:s') : '' }} | |
Aucun enregistrement trouvé |