{# GET /admin/export — crate::pages::import_export::export::ui::ExportPage #} {% extends "ui/form_page.html" %} {% block title %}Export CSV{% endblock %} {% block eyebrow %}Data transfer{% endblock %} {% block heading %}Export CSV{% endblock %} {% block lead %}

The download is generated from live table data through gRPC.

{% endblock %} {% block form %} {# A real form post, not HTMX: the response is a file download. #}
{%- for profile in page.catalog.profiles %}{% for table in profile.tables %}{% endfor %}{% endfor -%}
Cancel
{% endblock %}