{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results: Round {{ player.round_number }} {% endblock %} {% block content %}
You chose {{ player.choice }} and your opponent chose {{ opponent_choice }}. Thus your payoff is {{ player_payoff }} points and your opponent's is {{ opponent_payoff }} points.
| Column |
|||||
|---|---|---|---|---|---|
| Row | Joker | Ace | Two | Three | |
| Joker | (5, -5) | (-5, 5) | (-5, 5) | (-5, 5) | |
| Ace | (-5, 5) | (-5, 5) | (5, -5) | (5, -5) | |
| Two | (-5, 5) | (5, -5) | (-5, 5) | (5, -5) | |
| Three | (-5, 5) | (5, -5) | (5, -5) | (-5, 5) | |