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

How important do you think the following traits are during lockdown?

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Not important at all Not important Important Very important
{{ field.label }}{{ choice }}
{% next_button %}
{% endblock %}