{% extends "sentry/layout.html" %} {% load i18n %} {% block title %}{% trans "Internal Server Error" %} | {{ block.super }}{% endblock %} {% block page_header_block %}{% endblock %} {% block bodyclass %}{% endblock %} {% block main %} {% trans "Internal Server Error" %} {% 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 %}
{% trans "There was an internal server error while processing your request." %}
{% blocktrans with request.sentry.id as id %}You may reference this error as {{ id }}.{% endblocktrans %}