{% extends "global/Page.html" %} {% load otree %} {% block title %} Result {% endblock %} {% block content %}
Your Choice 1 is {{ choice1 }}, Choice 2 is {{ choice2 }}, Choice 3 is {{ choice3 }}.
Your profit is {{ player.choicespayoff }}.
The maximum profit in your group is {{ group.max_payoff }}.
| Round | Your choices | Your profit | {% for p in player.in_all_rounds %}
| {{ p.round_number }} | {{ p.choice1 }}, {{ p.choice2 }}, {{ p.choice3 }} | {{ p.choicespayoff }} |