Database Contents

{% for record in db_contents %} {% endfor %}
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 }}

Selected Pareto Points

{% for vote in votes %} {% endfor %}
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 }}

Cardinal Vote Totals

{% for vote in cardinal_votes %} {% endfor %}
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 %}
Back to Home