{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }} PROFITS IN THE LAST ROUND: {{ if group.P2_choice }}
YOU: {{ payoff_last_round }}
THE OTHER PLAYER:{{ player_opposite_payoff_last_round }}
{{ else }}YOU:{{ p1_payoff_no }}
THE OTHER PLAYER:{{ p2_payoff_no}}
{{ endif }}PROFITS IN THIS ROUND (Round {{ group.round_number }})
{{ if group.P2_choice }}The responder accepted the proposer's offer of {{ group.P1_sent_amount }}.
The profits are:
Proposer: {{ p1_payoff_yes }}
Responder: {{ p2_payoff_yes }}
{{ else }}The responder rejected the proposer's offer of {{ group.P1_sent_amount }} .
The profits are:
Proposer: {{ p1_payoff_no }}
Responder: {{ p2_payoff_no }}
{{ endif }} {{ next_button }} {{ endblock }}