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