{% load otree %}
{% if roundnumber == 1 %}
You are now ready to start the first round.
{% endif %}
{% if roundnumber == 2 %}
By clicking Next, you will start the second round.
{% endif %}
{% if roundnumber == 3 %}
By clicking Next, you will start the third round.
{% endif %}
{% if roundnumber == 4 %}
By clicking Next, you will start the fourth round.
{% endif %}