{% load i18n %}

⚠️ SnapAdmin — error spike detected

{{ count }} server errors in the last {{ window_minutes }} minutes (threshold: {{ threshold }})

{% for group in groups %} {% endfor %}
Count Error Endpoint Last seen
{{ group.count }}× {{ group.exception_class }} ({{ group.status_code }}) {% if group.message %}
{{ group.message|truncatechars:160 }}{% endif %}
{{ group.method }} {{ group.path|default:"—" }} {{ group.last_seen|date:"H:i:s" }}
{% if hidden_groups %}

… and {{ hidden_groups }} more group{{ hidden_groups|pluralize }} ({{ hidden_events }} event{{ hidden_events|pluralize }}) not shown.

{% endif %}

Generated at {{ generated_at|date:"Y-m-d H:i:s e" }} — full details in the Error Events section of your admin panel.