{% extends 'base.html' %} {% load widget_tweaks %} {% load treereplace %} {% block content %}

Select a {% for value in data_type_map %}{{value}}{% if not forloop.last %} or {% endif %}{% endfor %}

{% csrf_token %} {% if unlinked_objects|length < 1 %} No {{data_type}} available for the mapping of this type of content
{% else %}
{% if structure == "list" %} {% for item in unlinked_objects %} {% endfor %}
{{data_type|capfirst}} name Object type Tool name
{{item.name}} {{item.inner_type}} {{tool_name}}
{% elif structure == "tree" %} {% if data_type == "investigation" %}
{% else %} {% if data_type == "dataset" %}
{% else %}
{% endif %} {% endif %} {% endif %}


{% endif %}

{% endblock %}