{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if player.round_number == 1 %} Start of Block 1
{% elif player.round_number == 11 %} Start of Block 2
{% elif player.round_number == 21 %} Start of Block 3
{% elif player.round_number == 31 %} Start of Block 4
{% else %} {% endif %} {% block inner_title %} Round {{ round_num }} {% endblock %} {% endblock %} {% block content %}

This is a new round you have {{ Constants.endowment }} ECU

Now the following information applies.

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

{{ red }} red balls and {{ black }} black balls are drawn.

{% formfields %} {% next_button %} {% endblock %}