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

Review the profiles of your group members. After you review, click the "Next" button to advance to the voting screen.

Group Member 1

*Picture Here*

History

{% for p in p1_in_previous_rounds %} {% endfor %}
Round Contribution
{{ p.round_number }} {{ p.contribution }}

Group Member 2

*Picture Here*

History

{% for p in p2_in_previous_rounds %} {% endfor %}
Round Contribution
{{ p.round_number }} {{ p.contribution }}

Group Member 3

*Picture Here*

History

{% for p in p3_in_previous_rounds %} {% endfor %}
Round Contribution
{{ p.round_number }} {{ p.contribution }}

Group Member 4

*Picture Here*

History

{% for p in p4_in_previous_rounds %} {% endfor %}
Round Contribution
{{ p.round_number }} {{ p.contribution }}
{{ formfields }} {{ next_button }} {% endblock %} {{ block global_styles }} {{ endblock }} {{ block global_scripts }} {{ endblock }}