{% extends 'front/base.html.twig' %} {% set company = Globals.getCompany() %} {% set categorySiteUrl = (company.website ?: (app.request.schemeAndHttpHost ~ app.request.baseUrl))|trim('/') ~ '/' %} {% block title %}{{ company.name }} | {{ categorie.getName() }} {% endblock %} {% block meta %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {# {% verbatim %} #} Accueil {% if categorie.parent is defined and categorie.parent.parent is defined and categorie.parent.parent is not null %} > {{ categorie.parent.parent.name }} {% endif %} {% if categorie.parent is defined and categorie.parent is not null %} > {{ categorie.parent.name }} {% endif %} > {{ categorie.getName() }} Nous avons trouvé ${ totalItems } 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 } {# Category Shoes & Bags Blouses & Shirts Dresses Swimwear Beauty Jewelry & Watch Accessories #} Filter par prix Intervalle: Filtrer Tailles ${ entry.name } Couleurs {# {% endverbatim %} #} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}
Nous avons trouvé ${ totalItems } articles !