{# djlint:on #} {% block columns %} {% for col in columns %} {% empty %} {% endfor %} {% endblock columns %} {% block incident_rows %} {% include "htmx/incident/_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/incident/cells/_incident_filterable_column_header.html" with column=col %} {% else %} {{ col.label }} {% endif %} No columns configured
{% block refresh_info %} {% include "htmx/incident/_incident_list_refresh_info.html" %} {% endblock refresh_info %} {% include "./_incident_table_paginator.html" %}