-
+
@ {{row['timestamp']|format_datetime}}
CO2:
{{row['co2']}}
TVOC:
{{row['tvoc']}}
diff --git a/a5/templates/block/measurements.html.j2 b/a5/templates/block/measurements.html.j2
index 8311752..cd17c6f 100644
--- a/a5/templates/block/measurements.html.j2
+++ b/a5/templates/block/measurements.html.j2
@@ -6,7 +6,7 @@
{% for row in list %}
-
+ @ {{row['timestamp']|format_datetime}}
CO2: {{row['co2']}}
TVOC: {{row['tvoc']}}