{% extends "bootstrap.html" %} {% block title %}{{super()}} :: Routers{% endblock %} {% block head %}{{super()}} {% endblock %} {%- block search %} {%- endblock %} {% block content %}
{%- for router in routers %} {{ router.hood }} {%- endfor %}
Hostname Status Hood User Hardware Created Uptime Last contact Users
{{ router.hostname }} {%- if not router.lat and not router.lng %} - Reset!{%- endif %}{%- if router.blocked and not router.v2 %} - Blocked!{%- endif %} {{ router.status }} {%- if router.nickname %}{{ router.nickname }}{%- elif not router.contact %}missing{%- endif %} {{ router.hardware }} {{ router.created|utc2local|format_dt_date }} {{ router.sys_uptime|format_ts_diff }} {{ router.last_contact|utc2local|format_dt_date }} {{ router.clients }}
{{ numrouters }} Router{{ "s" if (numrouters == 1) else "" }} found.
{% endblock %}