{% extends "base.html" %} {% load i18n %} {% load static %} {% load compress %} {% block breadcrumbs %}
{% 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 %} {% compress js %} {% endcompress %} {% endif %} {% endif %} {% endblock %}