{%- if page.selection.has_table() %}{{ page.selection.scope_label() }}{% else %}Table definition{% endif -%}
{%- if let Some(detail) = page.detail -%} {{ detail.columns.len() }} columns · identified by {%- if detail.row_display_columns.is_empty() %} its id {%- else %} {{ detail.row_display_columns|join(", ") }}{% endif -%} {%- if let Some(summary) = page.selected_table() -%} {%- if !summary.depends_on.is_empty() %} · depends on {{ summary.depends_on|join(", ") }}{% endif -%} {%- endif -%} . {%- else -%} Everything on this page acts on this profile. {%- endif -%}
This table is the backend's own. Its definition is visible in the admin panel, but it can only be changed through the backend's own APIs, so none of the write actions apply to it.