X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/f68e9fb3f57a0f6621cf051acbe47674c6c99e69..92df2c141c53707f26b0f1ac666940fb0ebc2f10:/web/templates/seepark_web.html diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index 29057be..74ccf57 100644 --- a/web/templates/seepark_web.html +++ b/web/templates/seepark_web.html @@ -1,18 +1,82 @@ - + +
+ + + + + + + + + + + + -
+ {% 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') }})
+