{% extends "admin/base_site.html" %} {% load i18n %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

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:

{% endif %} {% if folders %}
{% csrf_token %}

The list below shows all the folders (projects) that fit your configuration. Please continue with the next step without any (or all) projects selected if you want to use all projects. Alternatively, you can select a subset of projects you would like to import. If you want to add one or more tags to the imported projects, please insert them in the field below.

{{ wizard.management_form }} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {{ form.as_table }} {% endfor %} {% else %} {{ wizard.form.as_table }} {% endif %}

{% if wizard.steps.prev %} {% endif %}

{% else %}
{% csrf_token %}

No project info files have been found. Please return to the last step to adjust your settings and/or make sure that there is actually data accessible.

{% if wizard.steps.prev %}

{% endif %}
{% endif %}

{% endblock %}