{% extends "error.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Internal Server Error" %}{% endblock %} {% block content %}

{% trans "Internal Server Error" %}

{% trans "We had trouble processing your request." %}

{% trans "If this problem persists, please contact us." %}

{% if sentry_event_id %}

{% blocktrans trimmed %} If you contact us, please send us the following code: {% endblocktrans %}
{{ sentry_event_id }}

{% endif %}

{{ exception }}

{% endblock %}