{% if is_admin %}{% endif %}

Aufnahmen

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