{% 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.strftime("%Y-%m-%d %H:%M:%S")}}
Error {{exception.header_traceback}}
Full Traceback
{% if exception.clean_traceback %}
{% endif %} Show
{{exception.traceback|safe }}
{{ exception.clean_traceback }}
{% include 'welcome_no_exceptions.html' %}
{% if total_pages > 1 %} {% endif %}
{% endblock %}