{{ extends 'global/Page.html' }} {{ block title }}Voting{{ endblock }} {{ block content }} Both candidates have published their campaign platforms. A candidate's offer states, how much a voter will receive in case this candidate wins the election. The candidate that receives the most votes wins. In case of a tie, the winner is determined by chance. The winner's platform will be realized.
Voter Voter's wealth Offer by A Offer by B
1 {{voter_1.accumulated_wealth}} {{ if candidate_A.v01 }} {{total_voters_rel_by_A}} {{ else }} 0 {{ endif }} {{ if candidate_B.v01 }} {{total_voters_rel_by_B}} {{ else }} 0 {{ endif }}
2 {{voter_2.accumulated_wealth}} {{ if candidate_A.v02 }} {{total_voters_rel_by_A}} {{ else }} 0 {{ endif }} {{ if candidate_B.v02 }} {{total_voters_rel_by_B}} {{ else }} 0 {{ endif }}
3 {{voter_3.accumulated_wealth}} {{ if candidate_A.v03 }} {{total_voters_rel_by_A}} {{ else }} 0 {{ endif }} {{ if candidate_B.v03 }} {{total_voters_rel_by_B}} {{ else }} 0 {{ endif }}
4 {{voter_4.accumulated_wealth}} {{ if candidate_A.v04 }} {{total_voters_rel_by_A}} {{ else }} 0 {{ endif }} {{ if candidate_B.v04 }} {{total_voters_rel_by_B}} {{ else }} 0 {{ endif }}
5 {{voter_5.accumulated_wealth}} {{ if candidate_A.v05 }} {{total_voters_rel_by_A}} {{ else }} 0 {{ endif }} {{ if candidate_B.v05 }} {{total_voters_rel_by_B}} {{ else }} 0 {{ endif }}
6 {{voter_6.accumulated_wealth}} {{ if candidate_A.v06 }} {{total_voters_rel_by_A}} {{ else }} 0 {{ endif }} {{ if candidate_B.v06 }} {{total_voters_rel_by_B}} {{ else }} 0 {{ endif }}
7 {{voter_7.accumulated_wealth}} {{ if candidate_A.v07 }} {{total_voters_rel_by_A}} {{ else }} 0 {{ endif }} {{ if candidate_B.v07 }} {{total_voters_rel_by_B}} {{ else }} 0 {{ endif }}
8 {{voter_8.accumulated_wealth}} {{ if candidate_A.v08 }} {{total_voters_rel_by_A}} {{ else }} 0 {{ endif }} {{ if candidate_B.v08 }} {{total_voters_rel_by_B}} {{ else }} 0 {{ endif }}

You are voter {{ player.role }}. Please cast your vote

{{ endblock }}