Échange N° : {{ document.internalNbr }}
{% if statusView is defined and statusView %} {{ statusView.libelle }} {% endif %}|
{% set picture = 'galery_placeholder_200.png' %}
{% for image in item.produitDeclinationValue.picture %}
{% if image.isSelected %}
{% set picture = image.imageName %}
{% endif %}
{% endfor %}
{{ item.totalAmountTtc|number_format(3,'.') }} TND
|
| Aucun produit à échanger. |
|
{% set picture = 'galery_placeholder_200.png' %}
{% for image in item.produitDeclinationValue.picture %}
{% if image.isSelected %}
{% set picture = image.imageName %}
{% endif %}
{% endfor %}
{{ item.totalAmountTtc|number_format(3,'.') }} TND
|
| Aucun nouveau produit. |