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

Select a {{type_to_select}} for mapping

{% csrf_token %} {% if objects_to_select %}
{% include "projects/display_items_tree.html" with items=investigation.items data_type=data_type %}

{% if has_mapping_options %}
{{tool_name}} Option
{% include tool_name|lower|add:"/add_option.html" %} {% endif %} {% else %} Please, create at least one {{type_to_select}} {% endif %}

{% endblock %}