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

    {% trans "Server Error" %}

    {% if sentry_event_id %}

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

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

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

    {% endif %} {% endblock %}