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

Select options for the selected {% for value in data_type_map %}{{value}}{% if not forloop.last %} or{% endif %}{% endfor %} :


{% csrf_token %}
OpenLink Option

Create and link {% for obj in list_objects %} {% if forloop.last %} {{obj}} {% else %} {{obj}} and {% endif %} {% endfor %} available in {{tool_name}} from each selected {% for value in data_type_map %}{{value}}{% if not forloop.last %} or{% endif %}{% endfor %}
Get links from the content of each selected {% for value in data_type_map %}{{value}}{% if not forloop.last %} or{% endif %}{% endfor %} and create {% for obj in list_objects %} {% if forloop.last %} {{obj}} {% else %} {{obj}} and {% endif %} {% endfor %} in Openlink

Use any description found in {{tool_name}}

{% if has_mapping_options %}
{{tool_name}} Option
{% include tool_name|lower|add:"/add_option.html" %} {% endif %}

{% endblock %}