{% extends "sentry/layout.html" %} {% load i18n %} {% block title %}{% trans "Internal Server Error" %} | {{ block.super }}{% endblock %} {% block heading %}{% trans "Internal Server Error" %}{% endblock %} {% block search %}{% endblock %} {% block main %}

Error Processing Request

{% trans "There was an internal server error while processing your request." %}

{% if request.sentry.id %}

{% blocktrans with request.sentry.id as id %}You may reference this error as {{ id }}.{% endblocktrans %}

{% endif %} {% endblock %}