{% extends "base.html" %} {% load compress i18n static %} {% block breadcrumbs %}
  • {% translate "Internal Server Error" %}
  • {% endblock breadcrumbs %} {% block content %}

    {% translate "Server Error" %}

    {% if sentry_event_id %}

    {% blocktranslate with error_id=sentry_event_id %}The server had serious problems serving your request, and this error has been recorded as {{ error_id }}.{% endblocktranslate %}

    {% if sentry_dsn %} {% endif %} {% else %}

    {% blocktranslate %}The server had serious problems serving your request. You might want to contact server admins in case the error persists.{% endblocktranslate %}

    {% endif %} {% endblock content %}