{% extends "base/base.html" %} {% load i18n %} {% load static %} {% load raven %} {# TODO: nur wen raven/sentry aktiviert ist #} {% block wtitle %}{% block ptitle %}{% trans "Internal server error" %}{% endblock %}{% endblock %} {% block headJS %}{% endblock %} {% sentry_public_dsn 'https' %} {% block content %} {% 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 request.sentry.id %} {% with request.sentry.id as errorid %}{% blocktrans %}We have recorded the error under the Identifier {{ errorid }}.{% endblocktrans %}
{% endwith %} {% endif %}