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