From 0e8b558747b58adf5bc3db51f4cf3b46628cbf66 Mon Sep 17 00:00:00 2001 From: Namonay Date: Fri, 20 Feb 2026 14:54:16 +0000 Subject: [PATCH] a --- server/src/data/templates/index.html | 51 ++++++++++++++++------------ 1 file changed, 29 insertions(+), 22 deletions(-) diff --git a/server/src/data/templates/index.html b/server/src/data/templates/index.html index 9874f67..a416598 100644 --- a/server/src/data/templates/index.html +++ b/server/src/data/templates/index.html @@ -38,32 +38,39 @@ -
-
- {{ item.name }} -
+
+
Liste des éléments
+
+ {% for item in items %} +
+
+ {{ item.name }} +
-
- {% if item.noshutdown == 1 %} - OUI - {% else %} - NON - {% endif %} -
+
+ {% if item.noshutdown == 1 %} + OUI + {% else %} + NON + {% endif %} +
-
- {% if item.noshutdown == 0 %} - {{ item.time }} - {% endif %} -
+
+ {% if item.noshutdown == 0 %} + {{ item.time }} + {% endif %} +
-
-
- - -
+
+
+ + +
+
+
+ {% endfor %} +
-