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