{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}
The next few questions are about the group activity you took part in along with three other people. Think back to this activity.
{% for field in form %} {% formfield field %} {% endfor %} {% endblock %}