{# Active-filter pills (v0.7.1). Server-rendered from the parsed filter state so the operator always sees what's applied. Each × clears that filter (JS) and re-submits; this partial is re-rendered out-of-band into #active-pills. #} {% if active_pills %}
Active filters: {% for pill in active_pills %} {{ pill.label }} {% endfor %}
{% endif %}