{% set title = "Error" %}{% extends "base.html" %} {% block content %}

Problem: an error occurred

Error information:

{% if error_code %}

{{ error_code | raw }} {{ error_message | raw }}

{% if fixing_instructions != null %}

{{ fixing_instructions | raw }}

{% endif %} {% else %}

{{ err }}

{% endif %}

{{ common_texts["ContinueButton"] | raw }}

{% endblock %}