{% extends "global/Page.html"%} {% load staticfiles otree_tags%} {% block title %} Subject ID and Demographics {%endblock%} {% block content %} {% formfield player.subject_ID with label="Input MTurk Worker ID" %}

Please answer the demographic questions below.

{% formfield player.gender with label="What gender do you identify as?" %} {% formfield player.age with label="What is your age?" %} {% next_button %} {% endblock %}