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

Please answer the following questions.

{% formfield player.gender label="What is your gender" %} {% formfield player.age label="What is your age?" %} {% formfield player.political_orientation %} {% formfield player.social_ideology %} {% formfield player.economic_ideology %}


{% next_button %} {% endblock %}