{{ block title }}The winning round is...{{ endblock }} {{ block content }}
Winner Round: {{ group.winner_round }}.
{{ if player.won_in_chosen_round == 1 }}In that round, you won!
Your payoff is {{ player.payoff_in_chosen_round }}€.
{{ endif }} {{ if player.had_item_in_chosen_round == 1 }} {{ if player.won_in_chosen_round == 1 }} {{ if player.getIsSetFromWinnerRound() == 1 }}At this market price, your preference was to sell the token. You will sell your token for {{ group.market_price_in_chosen_round }}€ to the experimenter..
{{ endif }} {{ if player.getIsSetFromWinnerRound() == 0 }}At this market price, your preference was to not sell the token. Thus, you will keep your token. You can redeem it for {{ player.coin_value_in_chosen_round }}€.
{{ endif }} {{ endif }} {{ endif }} {{ if player.had_item_in_chosen_round == 0 }} {{ if player.won_in_chosen_round == 1 }} {{ if player.getIsSetFromWinnerRound() == 1}}At this market price, your preference was to buy the token. Thus, you will buy the token for {{ group.market_price_in_chosen_round }}€ from the experimenter. You can then redeem it for {{ player.coin_value_in_chosen_round }}€.
{{ endif }} {{ if player.getIsSetFromWinnerRound() == 0 }}At this market price, your preference was to not buy the token. Thus, you won't participate in a trade.
{{ endif }} {{ endif }} {{ endif }} {{ if player.won_in_chosen_round == 0 }}You did not win in the chosen round, thus you won't participate in a trade.
{{ if player.had_item_in_chosen_round == 1 }}Please give your token back to the experimenter. You will not be able to redeem your token.
{{ endif }} {{ endif }} Please don't click on next until the experimenter says so!