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

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

{% if request.sentry.id %} {% endif %}
{% endblock %}