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

You donated {{ player.cumulative_donation }}.

{% if player.treatmentgroup == 'two' or player.treatmentgroup == 'three' %} You planted {{ donated_trees }} tree(s) and therefore reached position {{ position }} of {{ anzahlspieler }}.

{% endif %} {% if player.winner == 1 and treatmentgroup == 'three' %}

Congratulations: Since you donated most of the trees, you won the Sustainability Price!

{% endif %} {% if treatmentgroup == 'three' %} {% autoescape off %} {{ spielstand }} {% endautoescape %} {% endif %}

{% next_button %} {% endblock %}