Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}
{% if not_readable %} {% if folders %}Unfortunately, no project folder could be read successfully. {% else %}
Not all project folders found could be read successfully. {% endif %} The following info files could not be parsed:
-
{% for infofile, error in not_readable %}
- File: {{ infofile }}
Error: {{ error }}
{% endfor %}