HEAD ======= >>>>>>> hotfix {% extends "global/Page.html" %} {% load otree static %} {% block title %} Switch Voting {% endblock %} {% block content %} {% if player.team == 1 %}
Your team must vote on if another player can join your team.
| Player ID | Average Contribution | Average Percent Contributed | Vote them in? | |
|---|---|---|---|---|
| {{player.get_label}} | {{player.get_average_contribution}} | <<<<<<< HEAD{{player.get_average_contribution_pct|floatformat:2}}% | ======={{player.get_average_contribution_pct|to2}}% | >>>>>>> hotfixYes | No |
There is nothing to vote on this round.
{% endif %}You may use the chat box below to discuss the voting decision.
{% chat nickname=participant.label channel=player.votingchannel %} {% else %}Please continue to the next page.
{% endif %} {% else %}Please continue to the next page.
{% endif %} {% next_button %} {% endblock %}