{% extends "global/Page.html" %} {% load otree static %} {% block title %} Survey {% endblock %} {% block content %}

Please answer these questions.

{% formfield player.name label="What is your name?" %} {% formfield player.age label="What is your age?" %} {% formfield player.gender label="What is your gender?" %} {% next_button %} {% endblock %}