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

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

{% csrf_token %}
{{ wizard.form.non_field_errors }}

The following projects have been selected to be imported together with the settings listed. Please confirm this selection to do the actual import. Alternatively, you can go back and change settings. If an image base of a stack mirror is displayed in red, it means it can't be accessed through HTTP. Of course, you can still import data in this situation, but you are unlikely to see any images until your data can be accessed.

{% for p in projects %} {% if p.stacks %} {% for s in p.stacks %} {% if forloop.first %} {% else %} {% endif %} {% for m in s.mirrors %} {% if o.accessible %} {% else %} {% endif %} {% endfor %} {% for sg in s.stackgroups %} {% endfor %} {% endfor %} {% else %} {% endif %} {% endfor %}
Project Stack Dimension Stack Resolution Stack Name Stack Zoom Factors Tile size (w x h) Stack Extension Stack Image Base Stack Description
{{ p.title }} {% if p.already_known %}
Known project
Action: {{ p.action }} {% else %}
New project {% endif %}
{{ s.dimension }} {{ s.resolution }} {{ s.title }} {{ s.downsample_factors }} {{ s.description }}
Mirror: {{ m.title }} {{ m.tile_width }} x {{ m.tile_height }} {{ m.file_extension }}{{ m.image_base }}{{ m.image_base }}
Stack group: {{ sg.title }} {{ sg.relation }}
{{ p.title }} {{ p.dimension }} {{ p.resolution }}

Additionally the following default options are shared by all projects (only used if unavailable otherwise).

{% if link_cls_graphs %} {% endif %} {% if link_cls_graphs %} {% endif %}
Tags User Permissions Group Permissions Tile width Tile heightClassification graphs to link
{% if tags %} {% for tag in tags %} {{ tag }}
{% endfor %} {% else %} (None) {% endif %}
{% for user, perm in user_permissions %} {{ user.username }} | {{ perm.name }}
{% endfor %}
{% for group, perm in group_permissions %} {{ group.name }} | {{ perm.name }}
{% endfor %}
{{ tile_width }} {{ tile_height }} {% for cg in cls_graphs_to_link %} {{ cg.name }} ({{ cg.id }})
{% endfor %}

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

{% endblock %}