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 %} +
-