X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/776a3946564e7afd54d3727d80c9cee7f442013c..ccb3c34991eaa25ee188658218fabc5d710465d3:/web/templates/seepark_web.html?ds=inline diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index b19635a..3f29501 100644 --- a/web/templates/seepark_web.html +++ b/web/templates/seepark_web.html @@ -1,24 +1,87 @@
+ + + + + + - + - - - + + + +
+ {% 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') }})
+