{{ block title }} Euro Bonds Game {{ endblock }} {{ block content }}

Round {{ round }} / {{ rounds }}


{{ if round == 1 }}
You are starting now Practice Round 1. This round will not be chosen randomly for payoffs.
The government debt starts at {{ C.GOVERN_INITIAL_DEBT }} EC and the income of participants starts at {{ C.PLAYER_INITIAL_INCOME }} EC.
{{ endif }} {{ if round == 2 }}
Round 1 is now finished.
We will now start Round 2, where you will play the game with a different group of participants.
This is an active round: one of the periods in Round 2 and Round 3 will be selected at random to deliver the PayPal payment at the end.
The government debt starts again at {{ C.GOVERN_INITIAL_DEBT }} EC and the income of participants starts again at {{ C.PLAYER_INITIAL_INCOME }} EC.
{{ endif }} {{ if round == 3 }}
Round 2 is now finished.
We will now start Round 3, where you will play the game with a different group of participants.
The government debt starts again at {{ C.GOVERN_INITIAL_DEBT }} EC and the income of participants starts again at {{ C.PLAYER_INITIAL_INCOME }} EC.
{{ endif }}
{{ endblock }} {{ block styles }} {{ endblock }}