{% extends 'ddm/admin/generic/page_with_form.html' %} {% block page_title %}Delete File Blueprint{% endblock %} {% block main_heading %}Delete File Blueprint "{{ object.name }}"{% endblock %} {% block main_top %}

You are about to delete the following blueprint:

{{ object.name }}

{{ object.exp_file_format }}

The following questions and instructions associated with this blueprint will also be deleted:

Instructions:

    {% for instruction in object.instruction_set.all %}
  • {{ instruction }}
  • {% empty %} No instructions associated with this blueprint were found. {% endfor %}

Questions:

    {% for question in object.questionbase_set.all %}
  • {{ question }}
  • {% empty %} No questions associated with this blueprint were found. {% endfor %}
{% csrf_token %}

Are you sure you want to delete this blueprint along with all associated data donations, and questions? This action cannot be reversed.

🠐 Cancel

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