forever -> afaict

This commit is contained in:
Tomáš Mládek 2022-01-17 16:33:00 +01:00
parent d757597938
commit 9ec739a9b4

View file

@ -103,9 +103,10 @@
<div class="status-explanation">{{status.text}}</div>
<div class="level">{{status.level}}</div>
<div>
<strong>Since:</strong> {% if last_change %} {{last_change['ts'].strftime("%c")}} {% if
status.level == 0 %}({{last_change.leases | map(attribute='display') |
join(', ')}}){% endif %} {% else %} forever? {% endif %}
<strong>Since:</strong> {% 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 %}
</div>
</div>
<h2>Current clients</h2>