{%- import "partials/csrf_field.html" as csrf -%} Doctate — Aufnahmen Fall {{ case_id_short }}
{% if is_admin %}{% endif %}
{% call csrf::field(csrf_token) %}

Aufnahmen

{% if is_admin %}
{{ case_id }}
{% endif %} {% for rec in recordings %}
0:00 / 0:00
{% call csrf::field(csrf_token) %} Wirklich löschen?
{% if is_admin %}
{{ rec.filename }}
{% endif %} {% if rec.failed %}
Transkription fehlgeschlagen
{% else %} {% match rec.transcript %} {% when TranscriptState::Content with { text } %}
{{ text }}
{% when TranscriptState::Silent %}
(stille Aufnahme)
{% when TranscriptState::Pending %} {% if transcribe_busy %}
Transkription läuft…
{% else %}
Transkription ausstehend.
{% endif %} {% endmatch %} {% endif %}
{% endfor %}