X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/bbcc0c097f4a7e7cdf73cc68552b49a5597294e1..c6847c11c752e5e06f1738e397dd8f069d3573a1:/web/templates/seepark_web.html diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index 6997f7a..5273320 100644 --- a/web/templates/seepark_web.html +++ b/web/templates/seepark_web.html @@ -1,26 +1,59 @@
+
+ {% if airvalue is none %}
+ Luft: N/A
+ {% else %}
+ Luft: {{ airvalue|round(1) }}°C
+ ({{ airtime.strftime('%Y-%m-%d %H:%M') }})
+ {% endif %}
+
+ Wasser: {{ watervalue|round(1) }}°C
+ ({{ watertime.strftime('%Y-%m-%d %H:%M') }})
+