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

{{ error }}

{% else %}

Errors Seen

URL:{{ obj.host[:-1] }}{{ obj.path }}


Method: {{ obj.method }}


First time seen: {{ obj.created_on }}


Last seen: {{ obj.last_seen }}


Occurrences: {{ obj.count }}


Request data: {{ obj.request_data }}

Exception detail:
{{ obj.traceback.replace('<', "<").replace('>', ">").replace("\n","
" )|safe}}
{% endif %} {% endblock %}