{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Survey {% endblock %} {% block content %}
Please answer the following questions.
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}