{% extends "global/Page.html" %} {% load otree static %} {% block title %} {{ title_text }} {% endblock %} {% block styles %} {% endblock %} {% block content %}

The color of the shell of the chosen ball is {% if player.shell == 0 %}Blue{% else %}Red{% endif %}.

The corresponding spinning wheel is:

{% if player.shell == 0 %}
{% else %}
{% endif %}
{% if player.shell == 0 %}

{{ recom_0 }}% Red, {{ recomm_0 }}% Blue

{% else %}

{{ recomm_1 }}% Red, {{ recom_1 }}% Blue

{% endif %}





Click the “Spin” button in the middle of the spinning wheel.

{% endblock %} {% block scripts %} {% endblock %}