{% extends "global/Page.html" %} {% load otree %} {% block title %} Pledges: Round 7, 8, and 9 {% endblock %} {% block content %} You are Player {{ name }}.

Below you can find the pledges of all players for rounds 7, 8, and 9.

Initiator Pledge:

"I pledge to contribute {{ group.pledge7leader_choice1 }} to the Climate Pot during Rounds 7, 8, and 9. However, if 3 out of the other 4 players contribute at least {{ group.pledge7leader_choice2 }}, I pledge to contribute {{ group.pledge7leader_choice3 }}. This pledge is for time periods 7, 8, and 9."

Follower Pledges:

{% for p in group.get_players %} {% endfor %}
Player 1 Player 2 Player 3 Player 4 Player 5
{{ p.pledge7follower_choice }}

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 seventh round of the Climate Protection Game will resume.

{% next_button %} {% endblock %}