{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}
Results (round {{ roundnumber }})
{{ if same_choice }} Both of you chose {{ player.decision }}. {{ else }} You chose {{ player.decision }} and your partner chose {{ other_player_decision }}. {{ endif }}
{{ if earned }} As a result, in this round you earned {{ player.payoff }} {{ else }} As a result, in this round you lost {{ lostpayoff }} {{ endif }} {{ if othearned }} and your partner earned {{ lostothpayoff }}. {{ else }} and your partner lost {{ lostothpayoff }}. {{ endif }}
| C | {{ cc }}, {{ cc }} | {{ cdrow }}, {{ cdcol }} | {{ cprow }}, {{ cpcol }} | |
|---|---|---|---|---|
| D | {{ dcrow }}, {{ dccol }} | {{ dd }}, {{ dd }} | {{ dprow }}, {{ dpcol }} | |
| P | {{ pcrow }}, {{ pccol }} | {{ pdrow }}, {{ pdcol }} | {{ pp }}, {{ pp }} | |
Remember: there is a 3/4 probability that there will be a new round of interaction with your partner. Otherwise, the interactions end and you will not meet your partner again.
{{ next_button }} {{ endblock }} {{ block scripts }} {{ endblock }}