{% extends "../base.html" %} {% block body %}
{% block bigbox %}

{% block bigbox_headline %} {{ _("Oops! Don't panic.") }} {% end block %}
{% block bigbox_subtitle %} {{ _("An unexpected error happened.") }} {% end block %}

{% block explanation %}

{{ _("Stay calm and read the text below to find out what went wrong.") }}

{% end block %} {% end block %}
{% block message %}
{% if current_user and current_user.is_admin() and exception %} {% end %}
{{ _("Error code") }} {{ code }} - {{ message }}
{{ _("Exception (traceback):") }}

{{ exception }}

{{ _("Please try going back to the previous page and try the action you did again in a moment.") }} {{ _("If the error persists, you should consider to get in touch with an administrator.") }}

{% end block %} {% end %}