{# The tabs region: nav + the active tab's filter form + table. Tab clicks swap #} {# this whole region so the nav's active state stays in step with the content. #} {% load crispy_forms_tags %}
{# Filter form: id="filter-form" is referenced by the table's hx-include attrs; #} {# request.path keeps filtering and Clear Filters scoped to the active tab #} {# Progress indicator shown during htmx requests #}