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