{% 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 100-B red balls.
B was chosen randomly between 0 and 100.
Guess the Proportion of Blue Balls
The Urn was refilled with new 100 balls that can be Blue or Red.
{{ next_button }}
{% endblock %}