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

During the first three rounds, Players 1 and 2 will only see each other’s allocation histories, as will Players 3 and 4, Players 5 and 6, and Players 7 and 8. After each of the next three rounds, Players 1, 2, 3 and 4 will only seed each other’s allocation histories, as will Players 5, 6, 7, and 8. After each of Rounds 7 through 9, Players 1, 2, 5, and 6 will also see each other’s histories, as will Players 3, 4, 7, and 8 (so that each player sees the allocation histories of five other players. In each following round, each player will see all other players’ allocation histories.

You will earn 10 points for every token allocated to the group account, including by any whose past decisions are not currently shown to you.

{% comment %} {% formfield player.contribution label="Amount to Contribute"%} {% endcomment %}

Move the slider to decide how many units to contribute. (You must contribute at least 1 unit)

{% next_button %} {% endblock %}