{{ product.title }} {{ product.title }} {% if product.isFeatured %}New{% endif %} {% if product.discount > 0 %}-{{ product.discount|number_format(0, ',', ' ')}}%{% endif %} {% if product.quantity > 0 %}{{ product.quantity|number_format(0, ',', ' ')}}{% endif %}
{{ product.title }}
{{ product.newPrice|number_format(0, ',', ' ') }} {{ app_devise }} {% if product.discount > 0 %}{{ product.oldPrice|number_format(0, ',', ' ') }} {{ app_devise }}{% endif %}