{{ extends "global/Page.html" }} {{ block title }}Questionnaire{{ endblock }} {{ block content }} {{ include_sibling 'uw_teton_survey.html' }} {{ include_sibling 'checkbox_list.html' }}
{% for field in form %}
{{ field }}

{% endfor %}
{{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }}