{{ extends 'global/Page.html' }} {{ block title }}Voting{{ endblock }} {{ block content }} Both candidates have published their campaign platforms. The offers state, how much of a candidate's buddget will be given to the related voter. The portion of the total government budget (100) a candidate controls is proportional to the share of votes received.
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_4.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_4.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_4.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_4.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 }}