{% extends "sentry/layout.html" %} {% load i18n %} {% block title %}{% trans "Internal Server Error" %} | {{ block.super }}{% endblock %} {% block bodyclass %}{% endblock %} {% block page_header %}
{% 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 %}
{% if request.sentry.project_id %} {% endif %} {% endif %}