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

Delete {{data_type}}

{% csrf_token %} Do you want to delete the {{data_type}} "{{ obj.name }}" from OpenLink ? {% if data_type == "investigation" or data_type == "project" %}
Investigation objects and all the mappings will be deleted from OpenLink.
Please type again the name of the investigation to confirm the deletion:


{% endif %}

{% else %} Cancel {% endif %} {% endblock %}