{% extends "global/Page.html" %} {% load otree static %} {% block title %} Guess the bag's contents {% endblock %} {% block content %}

Please answer the following questions.

{% formfield player.repeatNumOrange label="How many orange balls were drawn for you?" %} {% formfield player.majorityColor label="Do you think the bag contains more orange or more green balls?" %} {% formfield player.probReservation_first label="How many orange balls do you believe are in the bag?" %} {% next_button %} {% endblock %}