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

Which basket 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 == partner2 %}

Which basket 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 == partner3 %}

Which basket 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 %}