{# Storage: the managed root and its free space, each project's archive root, and the retention rule. Retention is manual only (owner, 2026-09-15): nothing here suggests the node cleans up on its own, and the config path names where a user edits it. #}
| {{ tr("Managed root") }} | {{ managed_root }} |
|---|---|
| {{ tr("Free space") }} | {% if free_size %}{{ free_size }}{% else %}{{ tr("unknown") }}{% endif %} |
| {{ tr("Config file") }} | {{ config_path }} |
| {{ tr("Project") }} | {{ tr("Archive root") }} |
|---|---|
| {{ row.project.name }} | {% if row.root %}{{ row.root }}{% else %}{{ tr("not set") }}{% endif %} |
{{ tr("Retention is manual only: clear-record never deletes tapes on its own, and the archive is the durable copy. Set the managed root in {path}; a project's archive root is edited on the project.", path=config_path) }}