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

Since the start of lockdown, how often have you adopted the following actions?

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Never Sometimes Most of the time All the time
{{ field.label }}{{ choice }}
{% next_button %}
{% endblock %}