From b6d60e7210dd3611314793697a9dc80cc39b4d16 Mon Sep 17 00:00:00 2001 From: Namonay Date: Fri, 20 Feb 2026 14:52:55 +0000 Subject: [PATCH] a --- server/src/data/templates/index.html | 47 +++++++++++++++------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/server/src/data/templates/index.html b/server/src/data/templates/index.html index 1fb5a4c..9874f67 100644 --- a/server/src/data/templates/index.html +++ b/server/src/data/templates/index.html @@ -38,30 +38,33 @@ -
-
Liste des éléments
-
- {% for item in items %} -
- {{ item.name }} - {% if item.noshutdown == 1 %} - OUI - {% else %} - NON - {{ item.time }} - {% endif %} -
- - -
-
- {% if not loop.last %} -
- {% endif %} - {% endfor %} -
+
+
+ {{ item.name }}
+
+ {% if item.noshutdown == 1 %} + OUI + {% else %} + NON + {% endif %} +
+ +
+ {% if item.noshutdown == 0 %} + {{ item.time }} + {% endif %} +
+ +
+
+ + +
+
+
+