{% extends "bootstrap.html" %} {% block title %}{{super()}} :: Statistics for {{ selecthood }}{% endblock %} {% block head %}{{super()}} {% endblock %} {% block content %}
Hoods
{%- for hood, value in hoods|dictsort %} {%- endfor %}
Hood Online Offline Unknown Total Clients Stats
{{ hood }} {{ value["online"] or 0 }} {{ value["offline"] or 0 }}{%- if value["orphaned"] %} ({{ value["orphaned"] or 0 }}){%- endif %} {{ value["unknown"] or 0 }} {{ hoods_sum[hood]["routers"] }} {{ hoods_sum[hood]["clients"] }} Hood
Sum {{ router_status.online or 0 }} {{ router_status.offline or 0 }} {{ router_status.unknown or 0 }} {{ router_status.sum or 0 }} {{ clients }} Global
Routers @ {{ selecthood }}
Clients @ {{ selecthood }}
Newest Routers @ {{ selecthood }}
{%- for router in newest_routers|reverse %} {%- endfor %}
Hostname Hood Created
{{ router.hostname }} {{ router.hood }} {{ router.created|utc2local|format_dt }}
Router Firmwares @ {{ selecthood }}
Router Models @ {{ selecthood }}
{% endblock %}