{{ extends "otree/Page.html" }} {{ load otree }} {{ block title }} Vote Results {{ endblock }} {{ block content}}

Voting has been completed. The tally of votes can be found below:

Votes for Group Member 1 Votes for Group Member 2 Votes for Group Member 3 Votes for Group Member 4
{{votes_1}} {{votes_2}} {{votes_3}} {{votes_4}}

You are Group Member {{player.id_in_group}}.

{% if ((votes_1 > votes_2) and (votes_1 > votes_3) and (votes_for_1 > votes_4)) or ((votes_2 > votes_1) and (votes_2 > votes_3) and (votes_for_2 > votes_4)) or ((votes_3 > votes_2) and (votes_3 > votes_1) and (votes_for_3 > votes_4)) or ((votes_4 > votes_2) and (votes_4 > votes_3) and (votes_for_4 > votes_1))%} Group member {{ winner }},the player with the most votes, has been elected. {% else %} Multiple group members tied for the highest vote tally. Group member {{ winner }} was chosen at random to be the leader. {% endif %}

{{ endblock }} {{ block global_styles }} {{ endblock }} {{ block global_scripts }} {{ endblock }}