{% extends 'ddm/project_admin/base.html' %} {% block page_title %}Donation Instructions{% endblock %} {% block main_heading %}Instructions for {{ blueprint_type }} "{{ blueprint.name }}"{% endblock %} {% block main_body %}

Number of pages: {{ instructions | length }}

{% for page in instructions %}

Page {{ page.index }}

Edit instruction page
Delete instruction page
Instruction Text: {{ page.text | safe }}
{% endfor %}

+  Add instruction page

{% endblock %} {% block breadcrumbs %} Back to: Projects / Project Cockpit / Donation Blueprints {% endblock %}