{% extends 'navlets/base.html' %} {% block navlet-content %} {% if boxes_down %}
Sysname | Downtime |
---|---|
{{ b.netbox.sysname }} | {{ b.start_time|timesince:date_now }} |
There are also {{ problems }} other problems. See the full list.
{% endif %} {% else %}No IP-devices down
{% if problems %}However there are {{ problems }} other problems. See the full list.
{% endif %} {% endif %} {% endblock %}