{% extends theme("errors/base.html") %} {% set title = _('Internal server error') %} {% block details %}

{{ _("The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.") }}

{% if sentry_event_id %}

{{ _('The error identifier is {id}').format(id=sentry_event_id) }}

{% endif %} {% endblock %}