{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block body %}

{{ products|length }} {% trans %} résultats{% endtrans%}

{% trans %}Réinitialiser les filtres{% endtrans%} {#
#} {#

Trier par :

#} {# #} {#
#}
{% for product in products %}
{# #}
{{ product.label }} {{ product.categoryId.label|trans }}
{% if product.brandId is not null %}

{{ product.brandId.label }}

{% endif %}
{{ product.price|number_format(0, '', ' ') }} {% trans %}DZD{% endtrans %}

{{ product.label }}

{% if product.brandId is not null %}
{{ product.brandId.label }}
{% endif %}
{{ product.categoryId.label|trans }}
{{ product.price |number_format(0, '', ' ')}} {% trans %}DZD{% endtrans %}
{#

other board in the K2 line-up pops harder or slashes heavier #} {# while offering the perfect balance of power and finesse. Bambooyah/Honeycomb #} {# Blended Core is the power-plant to this All Mountain Freestyle board blended #} {# with Carbon Ollie Bar and Carbon Web additives to

#}
{% endfor %}



{% trans %}catégories{% endtrans%}


{% trans %}Marques{% endtrans%}

{#
#} {#

Prix

#} {#
    #} {# {% for range in priceRanges %}#} {#
  • #} {# #} {#
  • #} {# {% endfor %}#} {#
#} {#
#} {#
#} {#
#} {# #} {# #} {# #} {#
#} {#
#}
{% endblock %}