{% extends 'ddm_core/page_with_form.html' %} {% block page_title %}Delete Blueprint{% endblock %} {% block main_heading %}{% endblock %} {% block main_top %}

Delete Blueprint "{{ object.name }}"?

{% csrf_token %}

This will:

  • Permanently delete this Blueprint
  • {% with questions=object.questionbase_set.all %} {% if questions %}
  • Delete the following associated Questions: {% for question in questions %}{{ question.name }}{% endfor %}
  • {% endif %} {% endwith %}

If you are unsure, you can also unassign the Blueprint from any Uploaders in the Blueprint menu.

{% endblock %} {% block main_form %}{% endblock %} {% block breadcrumbs %} Projects "{{ project.name|truncatechars:15 }}" Project Data Donation Delete Blueprint {% endblock %}