{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Round {{ group.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}

Choose your contribution

The threshold is: {{ group.threshold }}.
That is the cost of the public good this round.

The distribution rule 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 numbers, between 0 and 10 points .



You are Player {{ player.id_in_group }}

{% formfield player.contribution with label="My contribution to the group project is:" %}
{% next_button %}

Help: If you have any questions, please raise your hand.

{% endblock %}