{{ block title }} Period Results {{ endblock }} {{ block content }}
{{ for participant in participants }} | {{ participant }} | {{ endfor }}
---|---|
Value | {{ for value in value_list }}{{ value|to1 }} | {{ endfor }}
Bid | {{ for bid in bid_list }}{{ bid|to1 }} points | {{ endfor }}
You are Participant {{ player.id_in_group }}.
{{ if player.is_winner }}You have won this period.
Your value was {{player.value}}, and your bid was {{player.bid|to1}}.
Thus your period earnings = the value of the reward for you - your bid = {{player.value}} - {{player.bid|to1}} points.
Which equals {{player.round_payoff|to1}} points this period.
{{else}}You have not won this period.
The winner was Participant {{ winner_id }}.
Your bid was {{player.bid|to1}}.
Thus your period earnings = 0 - your bid = 0-{{player.bid|to1}} points.
Which equals {{player.round_payoff|to1}} points this period.
{{ endif }} {{ next_button }} {{ endblock }}