{% for achat in achats %} {% endfor %}
Catégorie Sous-catégorie Référence Désignation Poids portion KG Nombre de lots Poids total KG
{% if achat.product_reference in plateauxProduits|keys %} {% for produit in plateauxProduits[achat.product_reference] %} {% endfor %}
{{ achat.category_name }}
 
{% else %} {{ achat.category_name }} {% endif %}
{% if achat.product_reference in plateauxProduits|keys %} {% for produit in plateauxProduits[achat.product_reference] %} {% endfor %}
{{ achat.subcategory_name|default(' ')|raw }}
 
{% else %} {{ achat.subcategory_name }} {% endif %}
{% if achat.product_reference in plateauxProduits|keys %} {% for produit in plateauxProduits[achat.product_reference] %} {% endfor %}
{{ achat.product_reference }}
 
{% else %} {{ achat.product_reference }} {% endif %}
{% if achat.product_reference in plateauxProduits|keys %} {% for produit in plateauxProduits[achat.product_reference] %} {% endfor %}
{{ achat.name }}
{{ produitsPlateaux[produit].nom }}
{% else %} {{ achat.name }} {% endif %}
{% if achat.product_reference in plateauxProduits|keys %} {% for produit in plateauxProduits[achat.product_reference] %} {% endfor %}
 
{% if produitsPlateaux[produit].poid %}{{ produitsPlateaux[produit].poid }}{% else %} {% endif %}
{% else %} {{ achat.product_weight != 0 ? achat.product_weight *1 }} {% endif %}
{% if achat.product_reference in plateauxProduits|keys %} {% for produit in plateauxProduits[achat.product_reference] %} {% endfor %}
 
{{ achat.total_quantity }}
{% else %} {{ achat.total_quantity }} {% endif %}
{% if achat.product_reference in plateauxProduits|keys %} {% for produit in plateauxProduits[achat.product_reference] %} {% endfor %}
 
{% if produitsPlateaux[produit].poid %}{{ achat.total_quantity*produitsPlateaux[produit].poid }}{% else %} {% endif %}
{% else %} {{ achat.total_weight != 0 ? achat.total_weight *1 }} {% endif %}