{# GET /admin/table-definition — crate::pages::admin::table_definition::ui::TableDefinitionPage #} {% extends "ui/base.html" %} {% block title %}Table definition{% endblock %} {% block content %}

Table definition

Table definition

Pick a profile and a table, then change its definition.

{# One swap target for the whole workspace. Every write answers with this markup re-read from the backend, so the screen after a change is the definition as it now is, not the form that was submitted. #}
{% include "pages/admin/table_definition/workspace.html" %}
{% for code in currency_codes %}{% endfor %} {% endblock %}