{% extends "base.html" %} {% block title %}Voxint — {{ media_label }}{% endblock %} {% block cb_breadcrumb %}media / {{ media_label|lower|replace(" ", "-") }}{% endblock %} {% block cb_summary %} {%- if progress.total > 0 -%} {{ progress.verified }}/{{ progress.total }} verified {%- elif selected_run -%} {{ selected_run.status }} {%- else -%} no runs {%- endif -%} {% endblock %} {% block body %} {# Media detail page (Console 2.0 P3a, issue #156). Renders run metadata, a run chooser, and — when a completed run is selected — a server-rendered transcript fallback. The editor island (#157) will mount here when it ships, consuming the embedded island_props payload. Until then, the transcript is display-only; edits go through the legacy /review path. #}
Editing enabled. Mutations go through the legacy review page until the editor island ships.
{% else %}Read-only view. Claim this run to edit.
{% endif %}| Time | Speaker | Text |
|---|---|---|
| {{ "%.1f"|format(seg.start) }}s | {{ seg.speaker or seg.label or "—" }} | {{ seg.text }} |
Run {{ selected_run.id.hex[:8] }} is
{{ selected_run.status }}. The transcript will be
available once the run completes.
No runs for this media file yet.