{% extends 'base.html' %} {% block content %}
Name | Type | Address | Status | Backup | Groups | Auth | |
---|---|---|---|---|---|---|---|
{{ router.name }} | {{ router.get_router_type_display }} | {{ router.address }} | {% if router.monitoring %} {% if router.routerstatus.status_online %} | {% else %} {% endif %} {% else %} --- {% endif %}{% if router.router_type != 'monitoring' %} {% if router.backup_profile %} {{ router.backup_profile }} {% if router.routerstatus.last_backup_failed %}{% endif %} {% else %} {% endif %} {% endif %} | {{ router.routergroup_set.count }} | {% if router.router_type != 'monitoring' %} {% if router.ssh_key %} | {% elif router.password %} {% else %} {% endif %} {% endif %}