{% extends "global/Page.html" %} {% load otree %} {% block title %} Do you agree with the following statements? {% endblock %} {% block content %} {{ if session.config.dev_mode }} {{ endif }}

Do you agree with the following statements?

{{ for field in form }} {{ if field.name in ['sports','car', 'illness','will','vacation','lottery','date','portfolio'] }} {{ for choice in field }} {{ endfor }} {{ for choice in field }} {{ endfor }} {% endif %} {{ endfor }}
{{ field.label }} {{ formfield_errors field.name }}
{{ choice }}
{{ choice.label }}
{% endblock %} {% block styles %} {% endblock %}