{% extends "error.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Internal Server Error" %}{% endblock %} {% block content %}
{% trans "We had trouble processing your request." %}
{% trans "If this problem persists, please contact us." %}
{% if request.sentry.id %}
{% blocktrans trimmed %}
If you contact us, please send us the following code:
{% endblocktrans %}
{{ request.sentry.id }}
{{ exception }}
{% trans "Take a step back" %} · {% trans "Try again" %}