{% if exception_type %}{{ exception_type }}{% else %}Report{% endif %}

{% if exception_value %}{{ exception_value|e }}{% else %}No exception message supplied{% endif %}
{% if exception_type %} {% endif %} {% if exception_type and exception_value %} {% endif %} {% if lastframe %} {% endif %}
Exception Type: {{ exception_type }}
Exception Value:
{{ exception_value|e }}
Exception Location: {{ lastframe.filename|escape }} in {{ lastframe.function|escape }}, line {{ lastframe.lineno }}
Python Executable: {{ sys_executable|escape }}
Python Version: {{ sys_version_info }}
Python Path:
{{ sys_path|pprint }}
Server time: {{ server_time }}
{% if unicode_hint %}

Unicode error hint

The string that could not be encoded/decoded was: {{ unicode_hint|e }}

{% endif %} {% set watcher = {'cause': None} %} {% if frames %}

Traceback

{% autoescape off %}
{% endautoescape %} {% endif %}