{% extends 'base.html.twig' %} {% block title %}Boutique | {{ parent() }}{% endblock %} {% block meta %} {% endblock %} {% block body %}

Il y a {{ countProduct|number_format(0, ',', ' ')}} Produits.

Trier par:

{% for product in products %} {{ include('default/_shopProductBox.html.twig') }} {{ include('default/_productModal.html.twig') }} {% endfor %}
{{ knp_pagination_render(products) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}