{% extends "global/Page.html" %} {% load otree %} {% block title %} Initiator Pledge: Rounds 1, 2, 3 {% endblock %} {% block content %} As the Initiator, you have chosen to make a pledge to the other players.
Once you make your pledge, the other players see your pledge, before making their own pledge.
Once all players have made pledges, everyone's pledge will be made public, before you start making contributions to the Climate Pot.
Your Pledge takes the following format:
"I pledge to contribute (insert value1) to the Climate Pot during Rounds 1, 2, 3. However, if 3 out of the other 4 players contribute at least (insert value2), I pledge to contribute (insert value3). This pledge holds for time periods 1, 2, and 3.".
Typically, (insert value3) will be larger than (insert value1).
You can now choose your values for (insert value1), (insert value2), and (insert value3) below.
{% formfields %} {% next_button %} {% endblock %}