{% extends "admin/base_site.html" %} {% load i18n %} {% block extrahead %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if tag_groups.items|length == 0 %}

Sorry, no project could be attached to a classification graph.

{% else %} {% if failed_links|length == 0 %}

All missing links have been established. In particular these are:

{% else %}

Unfortunately, not all links could be established.

{% endif %} {% 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 Previously linked graphs Added links
{{ tags }}{{ project|safe }}none{{ cgroots.linked|join:", " }}none{{ cgroots.missing|join:", " }}
{% endif %}

Return to the administration home page.

{% endblock %}