{% extends "index.html" %} {% block head %} {% endblock %} {% load pygmentize %} {% block content %}

Problem in {{ source_package }} ({% if report %}{{ report }}{% if report_master %}, duplicate of {{ report_master }}{% endif %}{% else %}
{% endif %})

{% if stacktrace %}

Stacktrace

{{ stacktrace|pygmentize:"c"|safe }} {% if thread_stacktrace %}

Thread Stacktrace

{{ thread_stacktrace|pygmentize:"c"|safe }} {% endif %} {% else %} {% if traceback %}

Traceback

{{ traceback|pygmentize:"pytb"|safe }} {% endif %} {% endif %}

Occurrences

{% csrf_token %} {% endblock %}