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

You are about to delete the following question:

Name: {{ object.name }}
Blueprint: {{ object.blueprint }}
Question Type: {{ object.question_type.label }}

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

Are you sure you want to delete this question?

🠐 Cancel

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