{% extends 'base.html.twig' %} {% block navbar %}{% endblock %} {% block body %} {% for commande in commandes %}
Commande {{commande.reference}} - {{commande.store_alias}} - {{ commande.day|date('d/m/y') }} {{ commande.hour|slice(0,5) }} | ||||
---|---|---|---|---|
{{ commande.firstname ~ ' ' ~ commande.lastname }} - {{ commande.phone }} - {{ commande.address1 ~ ' ' ~ commande.address2 ~ ' - ' ~ commande.postcode ~ ' ' ~ commande.city }} | ||||
Référence | Désignation | Préparation | Nombre de lots | Poids total KG |
{{ detail.category_name }} - {{ detail.subcategory_name }} | ||||
{{ detail.product_reference }} | {{ detail.product_name }} | {{ detail.attribute_name }} | {{ detail.quantity }} | {{ detail.total_weight != 0 ? detail.total_weight *1 }} |