{% extends "status/base.html" %} {% block base_header_additional_head %} {% endblock %} {% block content %} {% for section in sections %} {% for head in section.columns %} {% endfor %} {% if section.history %} {% for row in section.history %} {% for name, url in row.tabrow %} {% endfor %} {% ifequal section.devicehistory_type "a_boxDown" %} {% endifequal %} {% endfor %} {% endif %}
{{ section.prefs.name }}
({{ section.type_title }}) history
{{ head }}
{% if url %} {% endif %} {{ name }} {% if url %} {% endif %}
{% endfor %} {% endblock %}