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

    {% trans "Server Error" %}

    {% blocktrans %}The server had serious problems serving your request. Trained monkeys are en-route fixing the issue.{% endblocktrans %}

    {% if sentry_event_id %}

    {% blocktrans with error_id=sentry_event_id %}If you need assistance, you may reference this error as {{ error_id }}.{% endblocktrans %}

    {% if sentry_dsn %} {% endif %} {% endif %} {% endblock %}