{% extends "global/Page.html" %} {% block title %}Round {{ player.round_number }}: Your Contribution to the Charities{% endblock %} {% block content %}

You are now in round {{ player.round_number }}. There are {{ Constants.players_per_group }} players in the group.
Payoff Rule
Final payoff = endowment - contribution + {{ Constants.multiplier }} * (all the contribution in the group) / (number of people in the group)

{% include Constants.instructions_template %} You can choose a number between 0 and {{ player.endowment }} to contribute to the charities listed above. All the tax and voluntary contribution received from all the people in this group will be distributed to these 4 charities evenly. {% formfields %} {% next_button %} {% endblock %}