{% extends "except_catcher/base.html" %} {% load ecatcher %} {% block content %} {% include 'except_catcher/view_error_header.html' %}

{{ report.date_time }} {{ report|is_solved }}

{{ report.subject|linebreaks }}

{% with report.get_similar as list_reports %} {% if list_reports %}

Similar exceptions:

{% include 'except_catcher/report_list.html' %} {% endif %} {% endwith %}
{% autoescape off %} {{ report.html_message }} {% endautoescape %} {% endblock content %}