{% 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 #} {# Table displaying filtered events #} {# Panel to do stuff with selected alerts #}
Do it
{% endblock %}