{% extends "global/Page.html" %} {% load i18n %} {% load otree %} {% block title %} {% blocktrans trimmed %} Project {% endblocktrans %} {% endblock %} {% block content %} {% blocktrans trimmed %}

Thinking about the last three months, to what extent are the following statements true for you?

{% endblocktrans %}

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label }}{{ choice }}

{% next_button %} {% endblock %}