! 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 %}