{% extends "base.html" %} {% block import %} {% endblock %} {% block container %}
{% if exceptions %} {% for exception in exceptions %} {% endfor %} {% else %} {% endif %}
Project name {{ project_name }}
Datetime
{{exception.error_date}}
Error {{exception.header_traceback}}
Full Traceback
{% if exception.clean_traceback %}
{% endif %} Show
{{ exception.traceback }}
Not exceptions, woohoo...
{% if total_pages > 1 %} {% endif %}
{% endblock %}