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

Below you see a more detailed view on the previously selected tab groups. The table displays all projects within a tag group as well as which classification graphs are linked to a particular projects and which graphs are missing to have a uniform tag group. If you are still convinced to create the missing links for all the shown projects, press the submit button below.

{% for tags, projects in tag_groups.items %} {% for project, cgroots in projects.project_cgroots.items %} {% if forloop.counter0 == 0 %} {% endif %} {% if cgroots.linked|length == 0 %} {% else %} {% endif %} {% if cgroots.missing|length == 0 %} {% else %} {% endif %} {% endfor %} {% endfor %}
Tag group Affected projects Linked graphs Missing links
{{ tags }}{{ project|safe }}none{{ cgroots.linked|join:", " }}none{{ cgroots.missing|join:", " }}
{% csrf_token %} {{ 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 %}

{% endblock %}