{# One person with several corpora, not several people. Workspaces are a scoping mechanism, and the scope is enforced twice — as a predicate in the store and as identity arithmetic at the surface — so this page can only ever describe the one this process serves. #}{% extends layout %} {% import "macros.html" as m %} {% block content %} {% if panels.workspaces.ok %}

Active: {{ panels.workspaces.data.active }}

{% for item in panels.workspaces.data.workspaces %} {% endfor %}
WorkspaceNameModeDocuments
{{ item.id }} {{ item.name }} {{ item.mode }} {{ item.documents if item.documents is not none else '—' }}

Counts are the active workspace's only. This process is scoped to one tenant and cannot read another's rows, including to count them. Switching is manicule workspace switch <name> at a terminal: it has no route on any network surface, so there is no button here that pretends otherwise.

{% else %}{{ m.failed(panels.workspaces) }}{% endif %} {% endblock %}