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

Experiment Progress: {{ participant.treatment_progress }}
Activity Progress: {{ player.round_number }} / 10
Total Earnings: {{player.participant.total_payout}}
Your contribution: {{ player.contribution }} / {{ C.ENDOWMENT }}
Total contributed to your group pool: {{ group.total_contribution }}
Your share of the group pool: {{ group.individual_share }}
Endowment - Conribution + Your Share =
{{ C.ENDOWMENT }} - {{ player.contribution }} + {{ group.individual_share }} = {{ player.payoff }}
Total Earnings: {{participant.total_payout}}

{{if hc == 1}}

Your team contributed more, and therefore, made more money than the other team!

{{endif}} {{if hc == 99}}

You have tied the other team in contributions!

{{endif}} {{if hc == 0}}

The other team out-earned you by contributing more!

{{endif}} {{ next_button }} {{ endblock }}