2026-04-05
This commit is contained in:
parent
5f835ca4e6
commit
2971f5516d
62 changed files with 439 additions and 497 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div
|
||||
class="grille-produits"
|
||||
data-page="1"
|
||||
{% if products_category_id %}data-id-categorie-produits="{{ products_category_id }}"{% endif %}
|
||||
{% if category_id %}data-id-categorie-produits="{{ category_id }}"{% endif %}
|
||||
>
|
||||
{% if products|length > 0 %}
|
||||
{% for product in products %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue