Healthcare | Education | Infrastructure | Defense | Environment | Budget |
---|---|---|---|---|---|
{{ record.healthcare }} | {{ record.education }} | {{ record.infrastructure }} | {{ record.defense }} | {{ record.environment }} | {{ record.budget }} |
Number of Users: {{ user_count }}
Total Nominal Expenditure: {{ total_nominal_expenditure }}
Total Expenditure | Total Voter Happiness | Healthcare | Education | Infrastructure | Defense | Environment |
---|---|---|---|---|---|---|
{{ vote.total_expend }} | {{ vote.vothap_tot }} | {{ vote.healthcare }} | {{ vote.education }} | {{ vote.infrastructure }} | {{ vote.defense }} | {{ vote.environment }} |
Total Expenditure | Total Voter Happiness | Healthcare | Education | Infrastructure | Defense | Environment | Total Votes | Result |
---|---|---|---|---|---|---|---|---|
{{ vote.total_expend }} | {{ vote.vothap_tot }} | {{ vote.healthcare }} | {{ vote.education }} | {{ vote.infrastructure }} | {{ vote.defense }} | {{ vote.environment }} | {{ vote.total_votes }} | {% if winning_point and winning_point.total_expend == vote.total_expend and winning_point.vothap_tot == vote.vothap_tot %}WINNER{% endif %} |