X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/94b0847841c4f5a81b08f282654c41830c611d28..92df2c141c53707f26b0f1ac666940fb0ebc2f10:/web/templates/seepark_web.html diff --git a/web/templates/seepark_web.html b/web/templates/seepark_web.html index aabd1df..74ccf57 100644 --- a/web/templates/seepark_web.html +++ b/web/templates/seepark_web.html @@ -1,8 +1,15 @@
+ + + + + + + @@ -20,20 +27,30 @@
- Luft: {{ airvalue }}°C
- ({{ airtime }})
+ {% if airvalue is none %}
+ Luft: N/A
+ {% else %}
+ Luft: {{ airvalue|round(1) }}°C
+ ({{ airtime.strftime('%Y-%m-%d %H:%M') }})
+ {% endif %}
- Wasser: {{ watervalue }}°C
- ({{ watertime }})
+ Wasser: {{ watervalue|round(1) }}°C
+ ({{ watertime.strftime('%Y-%m-%d %H:%M') }})