X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/776a3946564e7afd54d3727d80c9cee7f442013c..c6847c11c752e5e06f1738e397dd8f069d3573a1:/web/templates/seepark_web.html diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index b19635a..5273320 100644 --- a/web/templates/seepark_web.html +++ b/web/templates/seepark_web.html @@ -1,24 +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') }})
+