{% extends "global/Page.html" %} {% load otree %} {% block title %}Survey{% endblock %} {% block content %}
For this survey we have created an online form that we use to collect your responses.
Please answer the following survey questions.
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}