{# GET /admin/tables/new — crate::pages::add_table::ui::AddTablePage #} {% extends "ui/form_page.html" %} {% block title %}Add table{% endblock %} {% block eyebrow %}Table definition{% endblock %} {% block heading %}Add table{% endblock %} {% block lead %}

Build the table one column at a time, the same way the terminal client does.

{% endblock %} {% block form %} {# One form holds the whole draft. `#builder` is what every interaction swaps, so the form element itself — and therefore the submit target — survives. #}
{% include "pages/add_table/builder.html" %}
{% for code in currency_codes %}{% endfor %} {% endblock %}