{{ block title }}Results{{ endblock }} {{ block content }}

Current Round: {{ group.round_number }}

{% for p in player.get_others_in_group %} {% endfor %}
You Contributed:{{ player.contribution }} [Remaining Budget: {{ player.budget }}]

Other Participants contributed:
Player {{ p.id_in_group }} ({{ p.partyid }}) contributed {{ p.contribution }} [Remaining Budget: {{ p.budget }}]

Climate Account Total:

{{ group.total_contribution }} [Climate Account Threshold: {{ Constants.threshold }}]

{% if failure != 3 %}

You have reached the end of the final round.

{% endif %} {% if failure == 0 %}

Congratulations! You and the other players collectively reached the climate account threshold and thus evaded dangerous climate change. Therefore, everyone will keep their remaining incomes and payoffs will be awarded as bonuses.

Your payoff is {{ player.budget }}.

To accept your bonus payoff, please select "yes" below. If you do not select "yes", your bonus payoff will not be awarded! Once you have selected "yes", please click the "Next" button to answer a post-game survey and receive your MTurk verification code.

{% elif failure == 1 or failure == 2%}

You and the other players did not collectively reach the climate account threshold and thus face possible dangerous climate change with probability 0.5.

Click "Next" to see if dangerous climate change will occur.

{% else %}

Please click the "Next" button to contribute again in the next round.

{% endif %} {% formfields %} {% next_button %} {% include Constants.instructions_template %} {{ endblock }}