{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}
Now, we are going to ask you a few questions about yourself. Your answers will be kept completely private and used for statistical purposes only.
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}