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