{% extends 'base.html' %} {% set active_page = "index" %} {% block content %}

Something went wrong

Information about the processing may be available below, ending with what caused the crash. If it is not clear and sufficient, you may contact us - see address at the bottom of the page.

{{ message["critical"] }}

{% for aline in message["log"] %} {{ aline|safe }} {% endfor %} {% if not message["critical"] and not message["log"] %}

No specific information, we apologise for this.

{% endif %}

Please try again or contact us.

{% endblock %}