{% extends 'ddm/project_admin/base.html' %} {% block page_title %}Questionnaire Setup{% endblock %} {% block main_heading %}Questionnaire{% endblock %} {% block main_body %}

Donation Blueprints

{% for blueprint in donation_blueprints %} {% empty %} {% endfor %}
Blueprint Questions
{{ blueprint.name }} {% for question in blueprint.get_associated_questions %}

Name: {{ question.name }}

Type: {{ question.question_type }}

Edit Question | Delete Question

{% if not forloop.last %}
{% endif %}
{% empty %}

No questions created.

{% endfor %}
No blueprints created yet.
{% endblock %} {% block breadcrumbs %} Back to: Projects / Project Cockpit {% endblock %}