{% extends "global/Page.html" %} {% load otree %} {% block title %} Results after Round 4 {% endblock %} {% block content %}

You are Player {{ name }} and you have contributed to the Climate Pot: {{ player.contribution4 }} Cashcoins.

You're remaining savings are: {{ player.savings4 }} Cashcoins.

The contributions of all players in Round 4 are shown below:

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

The group contribution to the Climate Pot in Round 4 is: {{ group.total_contribution4_static }} Cashcoins.

The total group contribution to the Climate Pot is: {{ group.total_contribution1234_static }} Cashcoins.

Recall, the threshold level is {{ C.CATASTROPHE }} Cashcoins.

{% next_button %} {% endblock %}