{{ product }} {% if product.rupture %}(RUPTURE !){% endif %}
{% if product.description or product.img %}
{% with unique_id=loop.index %}
{% include "includes/modal_product.html" %}
{% endwith %}
{% endif %}
|
{{ product.price | round(2) }} € |
{% if delivery.has_packing %}
{{ product.packing or "—" }}{% if delivery.status == delivery.ADJUSTMENT and delivery.product_missing(product) %} (manque {{ delivery.product_missing(product) }}){% endif %} |
{% endif %}
{% if not (delivery.status == delivery.ADJUSTMENT or force_adjustments) %} x {{ product.unit }}{% endif %} |
{% if delivery.status == delivery.ADJUSTMENT or force_adjustments %}
x {{ product.unit }} |
{% endif %}
{% endfor %}