{% extends base %}
{% block main %}
{% include "htmx/incidents/_incident_filterbox.html" %}
{% block table %}
{% include "htmx/incidents/_incident_table.html" %}
{% endblock table %}
{% block refresh_info %}
{% include "htmx/incidents/_incidents_refresh_info.html" %}
{% endblock refresh_info %}
{% endblock main %}