{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }}

The outcome is {{ group.Result}}. Your payoff for this round is {{player.payoff}}.

{{ if group.Result > 0 }} {{ if player.id_in_group == 1}} {{ if player.ACTUAL_PARTICIPATION == 1}} {{player.Endowment}} - | {{group.Result_CU}} - {{group.Peak1}}| - {{C.PARTICIPATION_COST}} = {{player.payoff}} {{ else }} {{player.Endowment}} - | {{group.Result_CU}} - {{group.Peak1}}| = {{player.payoff}} {{ endif}} {{ endif }} {{ if player.id_in_group == 2}} {{ if player.ACTUAL_PARTICIPATION == 1}} {{player.Endowment}} - | {{group.Result_CU}} - {{group.Peak2}}| - {{C.PARTICIPATION_COST}} = {{player.payoff}} {{ else }} {{player.Endowment}} - | {{group.Result_CU}} - {{group.Peak2}}| = {{player.payoff}} {{ endif}} {{ endif }} {{ if player.id_in_group == 3}} {{ if player.ACTUAL_PARTICIPATION == 1}} {{player.Endowment}} - | {{group.Result_CU}} - {{group.Peak3}}| - {{C.PARTICIPATION_COST}} = {{player.payoff}} {{ else }} {{player.Endowment}} - | {{group.Result_CU}} - {{group.Peak3}}| = {{player.payoff}} {{ endif}} {{ endif }} {{ if player.id_in_group == 4}} {{ if player.ACTUAL_PARTICIPATION == 1}} {{player.Endowment}} - | {{group.Result_CU}} - {{group.Peak4}}| - {{C.PARTICIPATION_COST}} = {{player.payoff}} {{ else }} {{player.Endowment}} - | {{group.Result_CU}} - {{group.Peak4}}| = {{player.payoff}} {{ endif}} {{ endif }} {{ endif }}

{{ next_button }} {{ endblock }}