{% 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 %}
{% if reports %}

Saved reports

{% for r in reports %} {% endfor %}
DateProvider
{{ r.timestamp }} {{ r.provider }} View
{% endif %}
{% endif %}