Fall {{ case_id_short }} {% if has_document %}ausgewertet{% else %}offen{% endif %}
{% match oneliner %}
{% when Some with (t) %}
{{ t }}
{% when None %}
Noch kein Oneliner.
{% endmatch %}
{{ case_id }}
{% if analyzing %}
wird analysiert …
{% else if can_analyze %}
{% else if llm_missing && !has_document %}
LLM-Analyse nicht konfiguriert
{% endif %}
{% if is_admin %}
{% endif %}
{% match document_html %}
{% when Some with (html) %}
{{ html|safe }}
{% when None %}
{% if analyzing %}
Wird analysiert …
{% else if recordings_count == 0 %}
Noch keine Aufnahmen vorhanden.
{% else %}
{{ recordings_count }} Aufnahme{% if recordings_count != 1 %}n{% endif %}, davon {{ transcribed_count }} transkribiert.
{% endif %}
{% endmatch %}