{% extends 'base.html' %} {% block content_block %} {% if error %}

{{ error }}

{% else %}

Errors Seen

{% for error in errors.items %} {% endfor %}
Host Method Path Exception Last seen Occurrences Action
{{ error.host }} {{ error.method }} {{ error.path|truncatechars:30 }} {{ error.exception_name }} {{ error.last_seen }} {{ error.count }} Delete
{% if prev_url or next_url %}
{% if prev_url %} Newer exceptions {% endif %} {% if next_url %} Older exceptions {% endif %}
{% endif %} {% endif %} {% endblock %}