Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
proc
/
212
/
root
/
proc
/
self
/
root
/
proc
/
70528
/
cwd
/
templates
/
front
/
product
/
//proc/212/root/proc/212/root/proc/self/root/proc/70528/cwd/templates/front/product/list.html.twig
{% extends "front/layout.html.twig" %} {% block title %}Faites le tour de tous produits pour vos impressions{% endblock %} {% block description %}Découvrez notre vaste gamme de produits. Solutions d'impression personnalisées pour répondre à vos besoins. Qualité et personnalisation au même endroit{% endblock %} {% block keywords %}Produits{% endblock %} {% block content %} <div class="container my-5"> <h1>{{ title }}</h1><hr> <div class="row"> {% for product in products %} {% include "front/product/block/card.html.twig" %} {% endfor %} {% if products|length < 1 %} <div class="text-center"> Aucun produit </div> {% endif %} </div> {{ knp_pagination_render(products) }} </div> {% endblock %}