/|\ 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

{% for lease in leases %} {% endfor %}
MAC hostname IP address
{{lease.mac}} {{lease.hostname or "???"}} {{lease.ip}}
{%if internal %}

Log

{% for entry in log %} {% endfor %}
{{entry.ts.strftime("%c")}} ({{entry.ts_natural}}) {% if entry.state %} {% else %} OUT {% endif %} {{entry.lease.display}}

Leaderboard

    {% for entry in leaderboard %}
  1. {{entry.name}} ({{entry.total}})
  2. {% endfor %}
{% endif %}