{% 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 pageDelete instruction page |
Instruction Text: {{ page.text | safe }} |