{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}
Please fill out the following questionnaire. Most of the questions asked are descriptive, and your answers are completely confidential.
Remember: The data being collected are linked to anonymous identification numbers only, so no responses can be linked to your identity.
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}