{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}

We would like to ask you a few questions about the activities you just did.

{% for field in form %} {% formfield field %} {% endfor %} {% endblock %}