{% extends "global/Page.html" %} {% load otree %} {% block title %} Results after Round 7 {% endblock %} {% block content %}
You are Player {{ name }} and you have contributed to the Climate Pot: {{ player.contribution7 }} Cashcoins.
You're remaining savings are: {{ player.savings7 }} Cashcoins.
The contributions of all players in Round 7 are shown below:
(These contributions are multiplied by 0.5 before being added to the Climate Pot.)
| Contribution Player 1 | Contribution Player 2 | Contribution Player 3 | Contribution Player 4 | Contribution Player 5 |
|---|---|---|---|---|
| {{ p.contribution7 }} | {% endfor %}
The group contribution to the Climate Pot in Round 7 is: {{ group.total_contribution7_dynamic }} Cashcoins.
The total group contribution to the Climate Pot is: {{ group.total_contribution1234567_dynamic }} Cashcoins.
Recall, the threshold level is {{ C.CATASTROPHE }} Cashcoins.
{% next_button %} {% endblock %}