{% extends "template.html" %} {% block body %}
{{ r.error|e }}
{% endif %} {% if r.level!=None %}{{ r.error|e }}
{% endif %} {% if r.status %}{{ r.status|e }}{% endif %}
{{ '\n'.join(r.show_headers)|e }}
{{ unicode(r.email.body(), errors='replace')|e }}{% endif %}