{# ── Hidden PDF bulk export form (populated by JS before submit) ── #}
{% if any_pdf_exportable %}
{% endif %}
{# ── Bulk export form (Excel + PDF buttons, wraps the table) ── #}
{% 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 #}