{{ tr("Archives") }}

{% if archives %} {% for row in archives %} {# Verification is lazy: the row fetches its own status, so the project render never re-hashes a multi-GB archive. #} {% endfor %}
{{ tr("Created") }}{{ tr("Meeting") }}{{ tr("Path") }}{{ tr("Status") }}
{{ row.archive.created_at }} {{ row.meeting.title }} {{ row.archive.root_path }}{{ tr("checking…") }}
{% else %}
{{ tr("No archives yet.") }}
{% endif %}