{{ block title }}The winning round is...{{ endblock }} {{ block content }}
Here are all the information on the chosen round. Please do not click on "Next". The experimenter will come to you and check your information.
Winner Round: {{ winner_round }}
Did you win: {{ player.won_in_chosen_round }}
Your coin value in the chosen round: {{ player.coin_value_in_chosen_round }}
Did you have a token in the chosen round: {{ player.had_item_in_chosen_round }}
Market price in chosen round: {{ group.market_price_in_chosen_round }}
Your final payoff is: {{ player.payoff_in_chosen_round }}
{{ 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. Thus, you will sell your token for {{ group.current_market_price }}€ 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.current_market_price }}€ from the experimenter. You can then redeem it for {{ person.coin_value_in_chosen_round }}€. Therefore, your final payoff is {{ person.payoff_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 }} {{ next_button }} {{ endblock }}