{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final Results {% endblock %} {% block content %}

After 5 rounds, your total payoff is {{ my_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)
{% next_button %} {% endblock %}