{% load i18n %} {% load sentry_helpers %}
{{ exception.exception_value }}
{% endif %} {% with exception.stacktrace.frames as frames %} {% with stack_id=exception.stack_id first_frame_omitted=exception.stacktrace.first_frame_omitted last_frame_omitted=exception.stacktrace.last_frame_omitted %} {% include "sentry/partial/interfaces/stacktrace_inner.html" %} {% endwith %} {% endwith %}