{% extends "base.html" %}
{% block title %}Voxint — run {{ run.id.hex[:8] }}{% endblock %}
{% block cb_breadcrumb %}runs / {{ run.id.hex[:8] }}{% endblock %}
{% block cb_summary %}
{%- if sidecar_title %}{{ sidecar_title }}{% endif -%}
{% endblock %}
{% block cb_actions %}
{% if audio_available %}Audio{% endif %}
{% if transcript_available %}Transcript{% endif %}
{% if run.status == "completed" %}Review{% endif %}
{% endblock %}
{% block body %}
{% include "legacy_runs/_run_detail_body.html" %}
{% endblock %}