{% block title %} {% if player.round_number < 4 %}
Round {{ player.round_number }}
{% else %}Last Round
{% endif %} {% endblock %} {% block content %} {% if player.initial == 1 and player.round_number != 1%}
Guess the Proportion of Blue Balls
Timeline
1. The computer filled a new urn with B blue balls and 20-B red balls.
B was chosen randomly between 2 and 18.
Guess the Proportion of Blue Balls
The Urn was refilled with new 20 balls that can be Blue or Red.
{{ next_button }}
{% endblock %}