{% block title %} {% endblock %} {% block content %} {% if player.round_number == 1 and player.initial == 0 %}

You will perform this part alone. Each round, the computer will fill the urn with 20 balls and show you 10 of those balls.



{% elif player.round_number == 4 and player.initial == 0 %}

For this part, you will observe the guess of the other participant in addition to your 10-ball sample.



{% endif %}

{{ next_button }}

{% endblock %}