{# Export picker (issue #52) — surfaces every built format with a plain-language label, the raw/enhanced text variant, and (txt only) a timestamp-free reading copy. Pure HTML: each option is a plain whose href carries the query, so the picker works with JavaScript off — no selector widget to rewrite hrefs. The raw/enhanced choice applies to txt/srt/vtt/json; RTTM carries raw diarization labels only, so it takes no variant. `timestamps=false` is a txt- only option (subtitle timing is structural; JSON keys are a frozen contract). `download` gives the saved file a run-named stem instead of "export.txt". #} {% macro export_menu(run) %} {% set stem = "voxint-" ~ run.id.hex[:8] %}
Download transcript — .txt / .srt / .vtt / .json / .rttm

Enhanced uses the cleaned-up text where available; raw is the exact words the transcriber produced.

{% endmacro %}