{% extends "global/Page.html" %} {% load otree static %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %}

For each of the traits below, how often do you think about it?

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Never Less than once a month Once a month Once a week Once a day
{{ field.label }}{{ choice }}
{% next_button %}
{% endblock %}