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

The following are the balls drawn by the computer: {% for c in ball_lst1 %} {% endfor %} {% for c in ball_lst2 %} {% endfor %}

{{ Q_message }}

{% formfield player.guess_color %}

{% next_button %} {% endblock %}