{% extends 'ddm/admin/generic/page_with_form.html' %} {% block page_title %}Delete Instruction Page{% endblock %} {% block main_heading %}Delete Instruction Page{% endblock %} {% block main_top %}

You are about to delete the following instruction page:

Related File Uploader: {{ file_uploader }}
Index: {{ object.index }}
Text: {{ object.text | safe }}
{% endblock %} {% block main_form%}
{% csrf_token %}

Are you sure you want to delete this instruction page? This action cannot be reversed.

🠐 Cancel

{% endblock %} {% block breadcrumbs %} Projects / "{{ project.name|truncatechars:15 }}" Project / Data Donation / File Uploader "{{ file_uploader.name|truncatechars:15 }}" / Instructions / Delete Instruction Page {% endblock %}