{% extends "survey_pre_screen/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block title %} Information Concerns {% endblock %} {% block content %}
100%
Strongly Agree Neither Agree nor Disagree Strongly Disagree
{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label|linebreaks }}{{ choice }}
{% next_button %}
{% endblock %}