{# 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 %}
Choose whether the table belongs to one profile or is available to all profiles, then add its columns. After creation, you can assign the initial role permissions.
{% 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. #} {% endblock %}