| Reference | Nom | Valeurs | Prix achat TTC | Prix TTC | Disponible | Action |
|---|---|---|---|---|---|---|
| {{ item.reference }} | {{ item.name }} |
{% for gv in item.groupDeclinationValues %}
{{ gv.declination.name }}: {{ gv.value.name }}
{% endfor %}
|
{{ item.buyingPriceTtc|number_format(3, '.', ',') }} TND | {% if promoActive %} {{ saleTtc|number_format(3, '.', ',') }} TND {{ saleTtcAfterPromo|number_format(3, '.', ',') }} TND -{{ productPromo.discountValue }}{{ productPromo.discountType == 'percent' ? '%' : ' TND' }} {% else %} {{ saleTtc|number_format(3, '.', ',') }} TND {% endif %} | {{ totalStock - totalReserved }} | {% if isCurrent %} En cours {% else %} Ouvrir {% endif %} |