forever -> afaict
This commit is contained in:
parent
d757597938
commit
9ec739a9b4
1 changed files with 4 additions and 3 deletions
|
@ -103,9 +103,10 @@
|
||||||
<div class="status-explanation">{{status.text}}</div>
|
<div class="status-explanation">{{status.text}}</div>
|
||||||
<div class="level">{{status.level}}</div>
|
<div class="level">{{status.level}}</div>
|
||||||
<div>
|
<div>
|
||||||
<strong>Since:</strong> {% if last_change %} {{last_change['ts'].strftime("%c")}} {% if
|
<strong>Since:</strong> {% if last_change %}
|
||||||
status.level == 0 %}({{last_change.leases | map(attribute='display') |
|
{{last_change['ts'].strftime("%c")}} {% if status.level == 0
|
||||||
join(', ')}}){% endif %} {% else %} forever? {% endif %}
|
%}({{last_change.leases | map(attribute='display') | join(', ')}}){%
|
||||||
|
endif %} {% else %} as far as I can tell? {% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2>Current clients</h2>
|
<h2>Current clients</h2>
|
||||||
|
|
Loading…
Reference in a new issue