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

Error: {{ obj.exception_name }}

URL {{ obj.host }}{{ obj.path }}
Method {{ obj.method }}
Exception {{ obj.exception_name }}
First time seen {{ obj.created_on }}
Last seen {{ obj.last_seen }}
Occurrences {{ obj.count }}
Request data
{{ obj.request_data_json }}
Exception detail
{{ obj.traceback|escape|replace_new_line_with_br|safe }}
{% endblock %}