{% extends "global/Page.html" %} {% load otree static %} {% block title %} Switch Voting {% endblock %} {% block content %}
Your group must vote on if another player can join your team.
| Player ID | Average Contribution | Vote them in? |
|---|---|---|
| {{player.participant_id}} | {{player.get_average_contribution}} | Yes | No |
There is nothing to vote on this round.
{% endif %}