{{ block title }}Results{{ endblock }} {{ block content }}

You started with an endowment of {{ C.ENDOWMENT }}, of which you contributed {{ player.contrib }}. Your group contributed {{ player.group_total_contrib }}, resulting in an individual share of {{ player.group_individual_share }}. Your profit is therefore {{ player.payoff }}.

{{ for ag in agents }} {{ endfor }}
Contribution Payoff
{{ if ag == player }}You{{ else }} Bot {{ ag.agent_id }} {{ endif }} {{ ag.contrib }} {{ ag.payoff }}
{{ next_button }} {{ endblock }}