{% extends "status/base.html" %} {% block base_header_additional_head %} {% endblock %} {% block content %}

Remember to edit your preferences to display all relevant statuses Preferences

{% comment %} Display all sections that have current statuses {% endcomment %} {% for section in sections %} {% if section.history %} {% for head in section.columns %} {% endfor %} {% for row in section.history %} {% for name, url in row.tabrow %} {% endfor %} {% ifequal section.devicehistory_type "a_boxDown" %} {% endifequal %} {# Special treatment of linkdown events #} {% ifequal section.devicehistory_type "a_linkDown" %} {% endifequal %} {% endfor %}
{% if section.prefs.name == section.type_title %} {{ section.type_title }} {% else %} {{ section.prefs.name }} ({{ section.type_title }}) {% endif %} History
{{ head }}
{% if url %} {% endif %} {% if name.timetuple %} {{ name|date:"DATETIME_FORMAT" }} {% else %} {{ name }} {% endif %} {% if url %} {% endif %}
Clear
Clear this alert?

If this is a real alert it might come back later.

Leave it
{% endif %} {% endfor %} {% comment %} Give access to history for other event types {% endcomment %}

History for events

{% endblock %}