{{ extends 'global/Page.html' }} {{ block title }}Outcome{{ endblock }} {{ block content }} All voters have casted their vote.
Choice Voters considered Votes received Offer/considered voter Candidate income
Candidate A {{if candidate_A.v01}} 1 {{else}} - {{endif}} {{if candidate_A.v02}} 2 {{else}} - {{endif}} {{if candidate_A.v03}} 3 {{else}} - {{endif}} {{if candidate_A.v04}} 4 {{else}} - {{endif}} {{if candidate_A.v05}} 5 {{else}} - {{endif}} {{if candidate_A.v06}} 6 {{else}} - {{endif}} {{if candidate_A.v07}} 7 {{else}} - {{endif}} {{if candidate_A.v08}} 8 {{else}} - {{endif}}
{{votes_for_A}}
€{{budget_A_per_voter}} {{candidate_A.payoff}}
Candidate B {{if candidate_B.v01}} 1 {{else}} - {{endif}} {{if candidate_B.v02}} 2 {{else}} - {{endif}} {{if candidate_B.v03}} 3 {{else}} - {{endif}} {{if candidate_B.v04}} 4 {{else}} - {{endif}} {{if candidate_B.v05}} 5 {{else}} - {{endif}} {{if candidate_B.v06}} 6 {{else}} - {{endif}} {{if candidate_B.v07}} 7 {{else}} - {{endif}} {{if candidate_B.v08}} 8 {{else}} - {{endif}}
{{votes_for_B}}
€{{budget_B_per_voter}} {{candidate_B.payoff}}
Abstain
{{votes_for_abstain}}

Candidate {{group.winner}} has won the election {{if votes_rel_for_A == votes_rel_for_B}}(by chance){{endif}}. {{if player.id_in_group > 2}} As you are Voter {{ player.role }}, your wealth has increased by {{ player.payoff }}. {{else}} As you are Candidate {{ player.role }}, your wealth has increased by {{ player.payoff }}. {{endif}}

{{ next_button }} {{ endblock }}