{% 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  |   Delete
{{ page.text | safe }}
{% empty %} No Instructions defined. {% endfor %}
+  Add Instruction Page
{% endblock %} {% block breadcrumbs %} Projects / "{{ project.name|truncatechars:15 }}" Project / "{{ blueprint.name|truncatechars:15 }}" Blueprint / Instructions {% endblock %}