{{ block title }}Investment Game: Your Choice{{ endblock }} {{ block content }} {{ include C.INSTRUCTIONS_TEMPLATE }} {{ if player.round_number == 1 }}

You are Participant A. You have {{C.ENDOWMENT}} in the beginning.

{{ endif }} {{ if player.round_number > 1 }}

Here is your wealth at the end of round {{ player.round_number }} : {{ player.payoff }}.

{{ endif }} {{ formfields }} {{ next_button }} {{ endblock }}