{{ subject }}
Debug Information
{% for label, section_dict in info_dict.items() %}
{{ label }}
{% for key, value in section_dict.items() %}
{{ key }}:
{{ value }}
{% endfor %}
{% endfor %}
Trackback
{{ highlight_code(traceback) }}
{% if error_report %}
Error Reports
{% for title, report in error_report %}
{{ title }}
{{ highlight_code(report) }} {% endfor %}
{% endif %}