{% 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 }}.

All rounds:
{% for p in player.in_all_rounds %} {% endfor %}
Round Your choices Your profit
{{ p.round_number }} {{ p.choice1 }}, {{ p.choice2 }}, {{ p.choice3 }} {{ p.choicespayoff }}
{% next_button %} {% endblock %}