{% extends 'ddm/admin/generic/page_with_form.html' %} {% block page_title %}Delete Project{% endblock %} {% block main_heading %}Delete the Project "{{ object.name }}"{% endblock %} {% block main_form %}
{% csrf_token %}

You are about to delete the following project:

{{ object.name }}

{{ object.slug }}

All collected data associated with this project will also be deleted. This action cannot be reversed.

Are you sure you want to delete this project?

🠐 Cancel

{% endblock %} {% block breadcrumbs %} Projects / "{{ object.name|truncatechars:15 }}" Project / Delete {% endblock %}