{{ block title }}

Guess the Proportion of Blue Balls

{{ endblock }} {{ block content }}
{% if player.initial == 0 %}

The other Participant's guess:



Other Participant: The proportion of blue balls in the urn is {{ player.pista2 }}%.
{% endif %}
{% if player.initial == 0 %} {% if player.round_number == 2 %}

Your Draws:

{% else %}

Your Draws:

{% endif %} {% else %}

Your Draws:

{% endif %}
{% if player.initial == 0 %} {% else %} {% endif %}
{{ formfield "guess" }}
{{ endblock }} {{ block scripts }} {{ endblock }}