{% extends "sentry/bases/modal.html" %} {% load i18n %} {% block title %}{% trans "Internal Server Error" %} | {{ block.super }}{% endblock %} {% block main %} {% trans "Internal Server Error" %} {% trans "There was an internal server error while processing your request." %} {% if request.sentry.id %} {% endif %} {% endblock %}
{% trans "There was an internal server error while processing your request." %}