{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Please answer the questions below: {% endblock %} {% block content %}

{% formfield player.gender label="Please select your gender" %} {% formfield player.breakfast_this_morning label="Did you eat breakfast this morning?" %} {% formfield player.breakfast_usually label="Do you usually eat breakfast?" %} {% formfield player.how_hungry label="How hungry are you on a scale from 1 to 10?" %}

{% next_button %} {% endblock %}