{% extends "global/Page.html" %} {% block title %}Questionnaire{% endblock %} {% block content %}

Please answer the following questions in regard to the case you just completed. There are no right or wrong answers.
{% for field in form %}
{% for choice in field %}
{% endfor %} {% endfor %}
{{ field.label }}
{{ choice }}
{{ choice.label }}



{% next_button %} {% endblock %}