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

Remember to edit your preferences to display all relevant statuses

{% 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 %} {% endfor %}
{{ section.prefs.name }}
({{ section.type_title }}) history
{{ head }}
{% if url %} {% endif %} {% if name.timetuple %} {{ name|date:"DATETIME_FORMAT" }} {% else %} {{ name }} {% endif %} {% if url %} {% endif %}
{% endif %} {% endfor %} {% comment %} Give access to history for other event types {% endcomment %}

History for events

{% endblock %}