{% extends 'ddm/project_admin/base.html' %} {% block page_title %}Questionnaire Setup{% endblock %} {% block main_heading %}Questionnaire{% endblock %} {% block main_body %}
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 %} No questions created. |
No blueprints created yet. |