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

You are about to delete the following instruction page:

{% if object.blueprint %} {% elif object.zip_blueprint.name %} {% endif %}
Related blueprint: {{ object.blueprint }}Zipped Blueprint: {{ object.zip_blueprint.name }}
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.

{% endblock %} {% block breadcrumbs %} Projects / "{{ project.name|truncatechars:15 }}" Project / "{{ blueprint.name|truncatechars:15 }}" Blueprint / Instructions / Delete Instruction Page {% endblock %}