{% block columns %} {% for col in columns %} {% empty %} {% endfor %} {% endblock columns %} {% block incident_rows %} {% include "htmx/incidents/_incident_table_rows.html" with incident_list=page.object_list %} {% endblock incident_rows %}
{% if col.header_template %} {% include col.header_template with label=col.label %} {% elif col.filter_field %} {% include "htmx/incidents/_incident_filterable_column.html" with column=col %} {% else %} {{ col.label }} {% endif %} No columns configured
{% block refresh_info %} {% include "htmx/incidents/_incidents_refresh_info.html" %} {% endblock refresh_info %}