{{ extends "global/Page.html" }} {{ block title }} Survey {{ endblock }} {{ block content }}
{{ include 'MultipleChoiceField.html' with field=multiple_choice_questions.0 }} {{ formfield 'questions_clear_text' }} {{ if had_comm_partner }}
{{ include 'MultipleChoiceField.html' with field=multiple_choice_questions.1 }} {{ formfield 'conversation_smooth_text' }} {{ endif }}
{{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }} {{ block styles }} {{ endblock }}