{% extends 'base.html.twig' %} {% set title = 'Commande - ' ~ title %} {% block body %}
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 }} |