| {{ tr("Created") }} | {{ tr("Meeting") }} | {{ tr("Path") }} | {{ tr("Status") }} | |
|---|---|---|---|---|
| {{ row.archive.created_at }} | {{ row.meeting.title }} | {{ row.archive.root_path }} |
{# Verification is lazy: the row fetches its own status, so the project
render never re-hashes a multi-GB archive. #}
{{ tr("checking…") }} |