{% 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 %} "{{object_name}}":


{% csrf_token %}
OpenLink Option
Replace openlink {{data_type}} name by "{{object_name}}"
Update the assay name with the name of the {% for value in data_type_map %}{{value}}{% if not forloop.last %} or{% endif %}{% endfor %} "{{object_name}}"

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

{% comment %} {% if assay_mapping == "True" %} {% endif %} {% endcomment %} {% comment %} {% if data_type == "dataset" %} Link {{tool_name}} dataset in Labguru experiment?
{% endif %} {% endcomment %} {% if object_desc %} Use this description {% else %} {% endif %}
{% if actualy_desc and object_desc %} Add this description to current description {% else %}
{% endif %}
{% if object_desc %} found description :
{{ object_desc | safe }}
{% endif %}
{% if has_mapping_options %}
{{tool_name}} Option
{% include tool_name|lower|add:"/add_option.html" %} {% endif %} {% if data_type == "study" %} {% elif data_type == "assay" %} {% elif data_type == "dataset" %} {% else %} {% endif %}

{% endblock %}