{{ extends 'global/Page.html' }} {{ block title }}Result{{ endblock }} {{ block content }}
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 }}