{% extends "admin/base_site.html" %} {% load i18n static admin_list %} {% load admin_urls %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {{ media.js }} {{ wizard.form.media }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}

{% csrf_token %}

In the previous step you added the following tags to the project(s) to be be imported: {{ cls_tags|join:", " }}. The importer looked for projects matching this tag set. {% if cls_graphs|length == 0 %} Unfortunately, it couldn't find any. Therefore, no classification graphs can be suggested to being linked to the new project(s). Either continue with the next step or change the tag set of the new project(s). {% else %} It found {{ cls_graphs|length }} distinct classification graphs linked to them---they are listed below. Please select the graphs you want to link automatically to the new project(s). {% endif %}

{{ wizard.form.non_field_errors }} {{ wizard.management_form }} {% for field in wizard.form %}
{{ field.errors }} {{ field.label_tag }} {{ field }}
{{ field.help_text|safe }}
{% endfor %}

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

{% endblock %}