From 9ec739a9b416ae16de1689702b7b19f15513bc1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Mon, 17 Jan 2022 16:33:00 +0100 Subject: [PATCH] forever -> afaict --- templates/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 0df4d1e..819f59e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -103,9 +103,10 @@
{{status.text}}
{{status.level}}
- Since: {% if last_change %} {{last_change['ts'].strftime("%c")}} {% if - status.level == 0 %}({{last_change.leases | map(attribute='display') | - join(', ')}}){% endif %} {% else %} forever? {% endif %} + Since: {% if last_change %} + {{last_change['ts'].strftime("%c")}} {% if status.level == 0 + %}({{last_change.leases | map(attribute='display') | join(', ')}}){% + endif %} {% else %} as far as I can tell? {% endif %}

Current clients