{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Round {{ group.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}
Here you can vote for a threshold contribution level for your group project for this round.
Please submit your vote in integers, between 0 and 80 points.
The distribution rule for this phase is {{ group.distribution_rule }}.
You are player {{ player.id_in_group }} and have been selected as a {{ player.role }} cost player.
Player 1 and 2 are low cost players, Player 3 and 4 are high cost players.
You are Player {{ player.id_in_group }}.
{% formfield player.proposal with label="Your proposal for your group's threshold contribution level is:" %}Help: If you have any questions, please raise your hand.
{% endblock %}