{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 1 {% endblock %} {% block content %} {% include Constants.rf_instructions %} {% if player.id_in_group == 1 %}

Which bucket do you choose for ball {{ player.balls }} ?

{{ group.yellow_counter1 }} times chosen{{ group.blue_counter1 }} times chosen
Total points earned this round: {{ group.payoff_rf1 }}
{% endif %} {% if player.id_in_group == 2 %}

Which bucket do you choose for ball {{ player.balls }} ?

{{ group.yellow_counter2 }} times chosen{{ group.blue_counter2 }} times chosen
Total points earned this round: {{ group.payoff_rf2 }}
{% endif %} {% if player.id_in_group == 3 %}

Which bucket do you choose for ball {{ player.balls }} ?

{{ group.yellow_counter3 }} times chosen{{ group.blue_counter3 }} times chosen
Total points earned this round: {{ group.payoff_rf3 }}
{% endif %} {% endblock %}