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

First, please fill in this demographic questionnaire.

{% formfield player.Gender label="What is your sex" %} {% formfield player.Age label="What is your age" %} {% formfield player.Country label="What is your state of origin" %} {% formfield player.Caste label="Can you tell us what caste category you belong to?" %} {% formfield player.Religion label="What is your religious group" %}
{% next_button %} {% endblock %}