/|\ Anabasis Clients
{{now.strftime("%c")}}
STATUS
{{status.description}}
{{status.text}}
{{status.level}}
Since:
{% if last_change %} {{ last_change['ts'].strftime("%c") }} - {{ last_change_natural}} {% if status.level == 0 %} ({{last_change.leases | map(attribute='display') | join(', ')}}) {% endif %} {% else %} as far as I can tell? {% endif %}
Current clients
MAC
hostname
IP address
{% for lease in leases %}
{{lease.mac}}
{{lease.hostname or "???"}}
{{lease.ip}}
{% endfor %}
{%if internal %}
Log
{% for entry in log %}
{{entry.ts.strftime("%c")}}
({{entry.ts_natural}})
{% if entry.state %}
IN
{% else %}
OUT
{% endif %}
{{entry.lease.display}}
{% endfor %}
Leaderboard
{% for entry in leaderboard %}
{{entry.name}} ({{entry.total}})
{% endfor %}
{% endif %}