{{ 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 three closest guesses in this round! Therefore, you are one of the {{ group.num_winners }} winners! {{ else }} Unfortunately, you 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 }}If this round is to be selected, you must give your chocolate bar back to the experimenter.
{{ 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 chocolate bar. Thus, if this round is to be selected, you will buy the chocolate for{{ group.current_market_price }}€.
{{ endif }} {{ if player.getIsSet() == 0 }}At this market price, your preference was to not buy the chocolate bar. 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 chocolate bar. Thus, if this round is to be selected, you will sell your chocolate bar for {{ group.current_market_price }}€.
{{ endif }} {{ if player.getIsSet() == 0 }}At this market price, your preference was to not sell the chocolate bar. Thus, if this round is to be selected, you will keep your chocolate bar and take it home with you.
{{ endif }} {{ endif }} {{ endif }} {{ next_button }} {{ endblock }}