{{ block title }} Period Results {{ endblock }} {{ block content }} {{ for participant in participants }} {{ endfor }} {{ for value in value_list }} {{ endfor }} {{ for bid in bid_list }} {{ endfor }}
{{ participant }}
Value{{ value|to1 }}
Bid{{ bid|to1 }} points

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 }}