{% extends "global/Page.html" %} {% load otree static %} {% block title %} Vote Selection

Round {{ subsession.round_number }} of {{ Constants.num_rounds }}

{% endblock %} {% block content %} {% for p in others_in_group %} {% endfor %} {% for p in others_in_group %} {% endfor %} {% for p in others_in_group %} {% endfor %} {% for p in others_in_group %} {% endfor %} {% for p in others_in_group %} {% endfor %}
Alternatives: Your Payoffs: Others Players' Payoffs
Player {{player.id_in_group}} Player {{p.id_in_group}}
A {{ player.player_payoff_1 }} {{ p.player_payoff_1 }}
B {{ player.player_payoff_2 }} {{ p.player_payoff_2 }}
C {{ player.player_payoff_3 }} {{ p.player_payoff_3 }}
D {{ player.player_payoff_4 }} {{ p.player_payoff_4 }}
{% formfield player.vote_choice label="Please select which alternative you would like to vote for:" %} {% next_button %} {% endblock %}