{% extends 'ddm/admin/base.html' %} {% block page_title %}Questionnaire Setup{% endblock %} {% block main_heading %}Questionnaire{% endblock %} {% block main_body %} {% if not donation_blueprints %}
Questions can only be created in relation to a donation blueprint and no donation blueprints have been defined yet. Create a donation blueprint →
| Questions | ||||
|---|---|---|---|---|
| Blueprint | Page | Name | Type | |
| General Questions | {% endif %}{{ question.index }} | {{ question.name }} | {{ question.get_question_type_display }} | Edit Question | Delete Question | {% empty %}
| General Questions | No general questions defined. | |||
| {{ blueprint.name }} | {% endif %}{{ question.index }} | {{ question.name }} | {{ question.get_question_type_display }} | Edit Question | Delete Question | {% empty %}
| {{ blueprint.name }} | No associated questions. | |||
| No blueprints created yet. | ||||