Mes Commandes
{{ message }}
{% endfor %}
{% if commandes is empty %}
{% else %}
{% endif %}
| N° Commande | Date | Article | Quantité | Total | Statut | Action |
|---|---|---|---|---|---|---|
| {{ commande.numeroCommande }} | {{ commande.createdAt|date('d/m/Y H:i') }} | {{ commande.lot.name }} | {{ commande.quantite }} | {{ commande.prixTotal|number_format(2, ',', ' ') }} € | {{ commande.statutLabel }} | Détails |