{# The Media tab: a read-only inventory of every meeting's tapes and transcript. Tapes and workspace come from `managed.meeting_storage`; the transcript summary from `read_transcript` — the Media tab restates neither accounting. Walking the workspaces lives here, not on the landing (ADR-0027). #} {% if media %} {% for row in media %}
| {{ tr("Tape") }} | {{ tr("Size") }} | {{ tr("SHA-256") }} |
|---|---|---|
|
{{ tape.name }}
{{ tape.path }}
|
{{ tape.size }} | {{ tape.sha256_short }} |