{% extends "_layout.html" %} {%- import '_macros_errors.html' as macros_errors with context -%} {% block title %} {{ status }}: {{ error }} {% endblock title %} {% block content %}

{{ status }}

{{ error }}!


{{ macros_errors.get_message() }}

{%- if retry_url is defined %}

{{ _("You can retry") }} {{ _("here.") }}

{%- endif %}
{{ macros_errors.render_debug_info() }} {% endblock content %}