{% extends "layout.html" %} {% block title %}Error - {{ console_display_name() }}{% endblock %} {% block header_title %}SYSTEM ERROR{% endblock %} {% set ws_url = ws_url|default('') %} {% block content %}
SYSTEM ERROR
! ERROR: {{ error }}
{% if message %}
> {{ message }}
{% endif %} {% if metadata_paths %}
METADATA FILES:
{% for path in metadata_paths %}> {{ path }} {% endfor %}
{% endif %} {% if checked_dir %}
DIRECTORY PATH:
> {{ checked_dir }}
{% endif %}
TROUBLESHOOTING:
{% if session_id %} {% endif %}
HINTS:
{% for hint in troubleshooting %}
{{ hint|safe }}
{% endfor %}
{% endblock %} {% block head %} {% endblock %}