{% extends base %} {% block main %} {% if incidents_extra_widget %} {% include "htmx/incident/_incident_list_menubar.html" %} {% include incidents_extra_widget %} {% else %} {% include "htmx/incident/_incident_list_menubar.html" %} {% endif %} {% block table %} {% include "htmx/incident/_incident_table.html" %} {% endblock table %} {% endblock main %}