{% extends "base.html" %} {% block base_header_additional_head %} {% endblock %} {% block base_content %}
{{ welcome|safe }}
{% if current_messages %} {% for m in current_messages %} {% endfor %}
Messages
{{ current_messages|length }} active message{{ current_messages|pluralize }}
Published Title Description Tasks
{{ m.publish_start }} {{ m.title }} {{ m.description }} Tasks {{ m.maintenance_tasks.all|length }}
{% endif %} {% if boxes_down %} {% for b in boxes_down %} {% endfor %} {% endif %}
Status now
{{ boxes_down|length }} IP device{{ boxes_down|pluralize }} down, {{ num_shadow }} in shadow.
Sysname IP Down since Downtime
{{ b.netbox.sysname }} {{ b.netbox.ip }} {{ b.start_time|date:"DATETIME_FORMAT" }} {{ b.start_time|timesince:date_now }}
NAV Links
{% for title,link in nav_links.items %} {{ title }}
{% endfor %}
External links
{{ external_links|safe }}
Contact information
{{ contact_information|safe }}
{% endblock %}