{% load i18n %}
{{ count }} server errors in the last {{ window_minutes }} minutes (threshold: {{ threshold }})
| 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" }} |
… 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.