{% extends "tesm_core/standalone.html" %} {% block heading %}{{ code }} – {{ name }}{% endblock %} {% block content %}
{{ icon('alert', size=18) }}
{{ description }}
{% if request_id %}

Vorgangsnummer fuer die Fehlersuche: {{ request_id }}

{% endif %}
{{ 'Zur Anmeldung' if code in (401, 403) and not current_user.is_authenticated else 'Zurueck' }}
{% endblock %}