{{ extends 'global/Page.html' }} {{ block title }}Result{{ endblock }} {{ block content }} {% for p in group.get_players %} {% endfor %}
Player Choice Payoff
{{ p.id_in_group }} {{ p.choice }} {{ p.payoff }}

In this round you were player {{ player.id_in_group }}, you select {{ player.choice }} and your payoff is {{ player.payoff }}

{{ next_button }} {{ endblock }}