{{ block title }} Results {{ endblock }} {{ block content }}
You contributed {{ player.contribution }}
{{ for p in group.get_players }} {{ if p == player }}You contributed {{ p.contribution }}.
{{ else }}Player {{ p.id_in_group }} contributed {{ p.contribution }}.
{{ endif }} {{ endfor }}The total contribution was {{ group.total_contribution }}
Each person got {{ group.individual_share }} from the group project
And your final payoff was {{ player.payoff }}
{{ next_button }} {{ endblock }}