{% extends "status2/base.html" %} {% load tools %} {% load crispy_forms_tags %} {% block base_header_additional_head %} {% endblock %} {% block content %} {% with tool=current_user_data.tools|get_tool:'Status' %} {% include 'nav_header.html' %} {% endwith %}
{# Form for filtering events #}
{# Panel for alert actions #}
{# Table displaying filtered events #}
{% endblock %}