{{ block title }}Results{{ endblock }} {{ block content }}
{{ if player.id_in_group == 1 }} You decided to offer {{ group.amount_offered }} to Participant 2. Participant 2 {{ if group.offer_accepted }} accepted {{else}} refused, {{endif}}so you got {{ player.payoff }}. {{ else }} Participant 1 decided to offer you {{ group.amount_offered }}. You {{ if group.offer_accepted }} accepted {{else}} rejected {{endif}} the offer, so you got {{ player.payoff }}. {{ endif }} {{ next_button }}
{{ include C.INSTRUCTIONS_TEMPLATE }} {{ endblock }}