{%- set footer_content = get_part('global footer') %} {% extends "base_templates/base.html" %} {% block main %} {%- if special_error %} {{ special_error|safe }} {%- else %}

{{ word('Error') }}

{%- endif %} {%- if show_retry %}

{{ word('Retry') }}

{%- endif %} {%- if verbose %} {{ error|safe }} {%- if show_debug and historytext != 'None' %}

{{ word('History') }}

{{ historytext | safe }} {%- if yaml_filename %}

{{ word('Show variables and values') }}

{%- endif %} {%- endif %} {%- if show_debug and logtext != 'None' %}

{{ word('Log') }}

{{ logtext }}
{%- endif %} {%- endif %} {% endblock %}