{% extends "base.html" %} {% load i18n %} {% load static %} {% load csp %} {% load friendly_loader %} {% block wtitle %}{% block ptitle %}{% trans "Internal server error" %}{% endblock %}{% endblock %} {% if use_sentry %} {% block css %}{% endblock %} {% block headJS %}{% endblock %} {% endif %} {% block content %} {% if use_sentry %} {% endif %} {% url 'base_problems' as problems_url %}
{% blocktrans %}We're sorry, but we didn't expect this to happen. Our error reporting tool should have sent an email to us with some technical details. Please try again later. If the problem persists, see our problem reporting page.{% endblocktrans %}
{% if use_sentry %}{% blocktrans %}We have recorded the error under the Identifier {{ event_id }}.{% endblocktrans %}
{% endif %}