{{ subject }}

Debug Information

{% for label, section_dict in info_dict.items() %}

{{ label }}

{% endfor %}

Trackback

{{ highlight_code(traceback) }}
{% if error_report %}

Error Reports

{% for title, report in error_report %}

{{ title }}

{{ highlight_code(report) }} {% endfor %}
{% endif %}