{% elif not category_counts %}
{# ── Search bar when no filters exist at all ── #}
{% endif %}
{# ── Hidden PDF bulk export form (populated by JS before submit) ── #}
{% if any_pdf_exportable %}
{# ── PDF export mode selection modal ── #}
Choose PDF Export Format
Select how you'd like to download the selected submissions as PDF files:
{% endif %}
{# ── Bulk export form (Excel + PDF buttons) ── #}
{% if any_exportable or any_pdf_exportable %}
{% endif %}
{% if form_fields %}
{# Column picker dropdown – hidden in-place; JS moves it next to the search box #}