{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}
We would like to know how you made your decision about how much money to contribute to the common pool. In a few sentences, please write your response in the box below.
{% for field in form %} {% formfield field %} {% endfor %} {% endblock %}