{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Round {{ group.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}
| Round | Threshold | Proposal Player 1 | Proposal Player 2 | Proposal Player 3 | Proposal Player 4 |
|---|---|---|---|---|---|
| {{ group.round_number }} | {{ group.threshold }} | {% for p in subsession.player_set.all %}{{ p.proposal }} | {% endfor %}
In the table above, you can find the threshold that has been voted for.
The threshold is: {{ group.threshold }}.
This is the group's ambition level for this round.
The distribution rule for this phase is {{ group.distribution_rule }}.
Now you can make a decision on your contribution to the group project for this round.
Please submit your contribution in integers, between 0 and 20 points .
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.contribution with label="My contribution to the group project is:" %}Help: If you have any questions, please raise your hand.
{% endblock %}