{% if not lines %}

No journal errors found for the past 24h.

{% else %}
{{ total }} error{{ "s" if total != 1 else "" }} in the past 24h {% if total > lines | length %} — showing first {{ lines | length }}{% endif %} {% if has_claude or has_ollama %} Analyse with AI: {% if has_claude %} {% endif %} {% if has_ollama %} {% endif %} {% endif %}
{% for line in lines %}{{ line }}
{% endfor %}
{% endif %}