{% load otree %}
{{session.config.text2}}
In each cell, the amount to the left is the payoff for you and to the right for the other participant.
| The Other Participant | |||
|---|---|---|---|
| {{player.other_player.strategy_1}} | {{player.other_player.strategy_2}} | ||
| You | {{ player.strategy_1 }} | {{ player.payoff_selfS1_otherS1 }}, {{ player.other_player.payoff_selfS1_otherS1 }} | {{ player.payoff_selfS1_otherS2 }}, {{ player.other_player.payoff_selfS2_otherS1 }} |
| {{ player.strategy_2 }} | {{ player.payoff_selfS2_otherS1 }}, {{ player.other_player.payoff_selfS1_otherS2 }} | {{ player.payoff_selfS2_otherS2 }}, {{ player.other_player.payoff_selfS2_otherS2 }} | |
| {{ player.strategy_3 }} | {{ player.payoff_selfS3_otherS1 }}, {{ player.other_player.payoff_selfS1_otherS3 }} | {{ player.payoff_selfS3_otherS2 }}, {{ player.other_player.payoff_selfS2_otherS3 }} | |