{{ block title }}Results of this round{{ endblock }} {{ block content }}

Two-thirds of the average of all chosen numbers is {{ group.two_thirds_avg }}.

Your guess was {{ player.guess }}.

{{ if player.is_winner }} Your guess was one of the closest guesses in this round! Therefore, you are one of the {{ group.num_winners }} winners! {{ else }} Unfortunately, your guess was not one of the three closest guesses in this round. Therefore, you did not win. {{ endif }}

The randomly chosen market value is {{ group.current_market_price }}€ .

{{ if player.is_winner == 0 }}

You did not win, therefore you will not participate in the trade if this round is selected.

{{ if player.has_item == 1 }}

You will not be able to redeem your token.

{{ endif }} {{ endif }} {{ if player.is_winner == 1}} {{ if player.has_item == 0 }} {{ if player.getIsSet() == 1}}

At this market price, your preference was to buy the token. Thus, if this round is to be selected, your final payoff will be {{ player.token_payoff }}€.

{{ endif }} {{ if player.getIsSet() == 0 }}

At this market price, your preference was to not buy the token. Thus, if this round is to be selected, you won't participate in a trade.

{{ endif }} {{ endif }} {{ if player.has_item == 1 }} {{ if player.getIsSet() == 1 }}

At this market price, your preference was to sell the token. Thus, if this round is to be selected, your final payoff will be {{ group.current_market_price }}€.

{{ endif }} {{ if player.getIsSet() == 0 }}

At this market price, your preference was to not sell the token. Thus, if this round is to be selected, your final payoff will be {{ player.coin_value }}€.

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