{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }} {{if player.id_in_group == 1}}
You were the proposer. You offered {{group.proposal}} points to the other player from your endowment of {{Constants.endowment}} points.
The other player decided to {{group.response}} your offer.
Your payoff was {{player.payoff}}.
{{else}}You were the reciever. You were offered {{group.proposal}} points by the other player from their endowment of {{Constants.endowment}} points.
You decided to {{group.response}} the offer.
Your payoff was {{player.payoff}}.
{{endif}}This is round {{player.round_number}} of {{Constants.num_rounds}} rounds.
{{ if player.round_number < Constants.num_rounds}} {{ next_button }} {{endif}} {{ endblock }}