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

Delete a {{data_type}} Mapping

{% csrf_token %} Do you want to delete the mapping of the {{data_type}} "{{ obj.name }}" from OpenLink ?

{% elif data_type == "investigation"%} Cancel {% elif data_type == "study" %} Cancel {% elif data_type == "assay" %} Cancel {% elif data_type == "dataset" %} Cancel {% endif %}
{% endblock %}