{% extends "global/Page.html" %} {% load otree %} {% block title %} Results after Round 6 {% endblock %} {% block content %}
You are Player {{ name }} and you have contributed to the Climate Pot: {{ player.contribution6 }} Cashcoins.
You're remaining savings are: {{ player.savings6 }} Cashcoins.
The contributions of all players in Round 6 are shown below:
| Contribution Player 1 | Contribution Player 2 | Contribution Player 3 | Contribution Player 4 | Contribution Player 5 |
|---|---|---|---|---|
| {{ p.contribution6 }} | {% endfor %}
The group contribution to the Climate Pot in Round 6 is: {{ group.total_contribution6_static }} Cashcoins.
The total group contribution to the Climate Pot is: {{ group.total_contribution123456_static }} Cashcoins.
Recall, the threshold level is {{ C.CATASTROPHE }} Cashcoins.
{% next_button %} {% endblock %}