{% extends "global/Page.html" %} {% load otree %} {% block title %} Pledges: Round 4, 5, and 6 {% endblock %} {% block content %} You are Player {{ name }}.
Below you can find the pledges of all players for rounds 4, 5, and 6.
Initiator Pledge:
"I pledge to contribute {{ group.pledge4leader_choice1 }} to the Climate Pot during Rounds 4, 5, and 6. However, if 3 out of the other 4 players contribute at least {{ group.pledge4leader_choice2 }}, I pledge to contribute {{ group.pledge4leader_choice3 }}. This pledge is for time periods 4, 5, and 6."
Follower Pledges:
| Player 1 | Player 2 | Player 3 | Player 4 | Player 5 |
|---|---|---|---|---|
| {{ p.pledge4follower_choice }} | {% endfor %}
The pledges will not be shown again, so we recommend you write them down on a piece of paper to remember them.
Once you press the 'Next' button, the fourth round of the Climate Protection Game will resume.
{% next_button %} {% endblock %}