{% extends 'front/base.html.twig' %} {% block title %}{{ Globals.getCompany().name }} :: NOUVEAUTÉS {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {% verbatim %} Nous avons trouvé {{ totalItems }} nouveaux articles ! Montrer: {{ pageSize }} Tous 9 18 36 Tous Trier par: Nom: A à Z Nom: Z à A Prix: croissant Prix: décroissant Date ajout: croissant Date ajout: décroissant 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.name }} {{ 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 {{ entry }} Filter par prix Intervalle: Filtrer Tailles {{ entry.name }} Couleurs {% endverbatim %} {% endblock %} {% block footer %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}
Nous avons trouvé {{ totalItems }} nouveaux articles !