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

You are about to delete the following Uploader:

{{ object.name }}

The donation instructions associated with this Uploader will also be deleted. The associated file blueprints will not be deleted.

The following instructions are associated with this Uploader:

Instructions:

    {% for instruction in object.instruction_set.all %}
  • {{ instruction }}
  • {% empty %} No instructions associated to this uploader were found. {% endfor %}
{% csrf_token %}

Are you sure you want to delete this Uploader along with all associated instructions? This action cannot be reversed.

🠐 Cancel

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