{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Survey {% endblock %} {% block content %}
Please provide some demographic information. Your information will be completely confidential.
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}