{% load otree %}

{% if subsession.round_number == 1 %} By clicking Next, you will start the first round.
{% endif %} {% if subsession.round_number == 2 %} By clicking Next, you will start the second round.
{% endif %} {% if subsession.round_number == 3 %} By clicking Next, you will start the third round.
{% endif %} {% if subsession.round_number == 4 %} By clicking Next, you will start the fourth round.
{% endif %} {% if subsession.round_number == 5 %} By clicking Next, you will start the fifth round.
{% endif %} {% if subsession.round_number == 6 %} By clicking Next, you will start the sixth round.
{% endif %} {% if subsession.round_number == 7 %} By clicking Next, you will start the seventh round.
{% endif %} {% if subsession.round_number == 8 %} By clicking Next, you will start the eighth round.
{% endif %}