{% extends 'front/base.html.twig' %} {% block title %}{{ Globals.getCompany().name }} :: PROMOTIONS {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{% verbatim %}

Nous avons trouvé {{ totalItems }} nouveaux articles !

Montrer:
{{ pageSize }} Tous
Trier par:
Nom: A à Z Nom: Z à A Prix: croissant Prix: décroissant Date ajout: croissant Date ajout: décroissant
Rupture de stock Nouveau -{{ entry.promo.discountValue.toFixed(3) }} TND -{{ entry.promo.discountValue }} %

{{ entry.priceTTC.toFixed(3) }} TND {{ (entry.priceTTC-entry.promo.discountValue).toFixed(3) }} TND {{ (entry.priceTTC-(entry.priceTTC*entry.promo.discountValue/100)).toFixed(3) }} TND {{ entry.priceTTC.toFixed(3) }} TND
{% endverbatim %}
{% endblock %} {% block footer %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}