{% extends 'admin/base.html' %} {% load staticfiles %} {% block extrahead %} {% endblock %} {% block content %} {% if error %}

{{ error }}

{% else %}

Errors

{% for error in errors.items %} {% endfor %}
Host Method Path Exception Last seen Occurrences Action
{{ error.host }} {{ error.method }} {{ error.path|truncatechars:50 }} {{ 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 %}