From 15020bc44044e9ab4bf99b7d7349ab760b00c8bd Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Thu, 30 Nov 2023 18:37:09 +0100 Subject: [PATCH] Correction bug --- index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5ef340e..744dace 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,12 @@ WHERE json_extract(cat.document, '$.type') = 'category' }} {{:assign var="categories." value=$key}} - {{:include file="./inventaire.html" print_cat_name=true}} -{{else}} -

Il n'y a aucune catégorie : vous devez en ajouter.

{{/select}} +{{if $categories|count == 0}} +

Il n'y a aucune catégorie : vous devez en ajouter.

+{{else}} + {{:include file="./inventaire.html" print_cat_name=true}} +{{/if}} + {{:admin_footer}}