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

Below you can find the pledges of all players for rounds 1, 2, 3.

Initiator Pledge:

"I pledge to contribute {{ group.pledge1leader_choice1 }} to the Climate Pot during Rounds 1, 2, 3. However, if 3 out of the other 4 players contribute at least {{ group.pledge1leader_choice2 }}, I pledge to contribute {{ group.pledge1leader_choice3 }}. This pledge is for time periods 1, 2, and 3."

Follower Pledges:

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

The pledges will not be shown again, so we recommend you write them down on a piece of paper to remember them.

{% next_button %} {% endblock %}