{% 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) %}
Noch keine Aufnahmen vorhanden.
{% else %}
{{ recordings_count }} Aufnahme{% if recordings_count != 1 %}n{% endif %}, davon {{ transcribed_count }} transkribiert.
{% endif %}
{% endmatch %}