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

You donated {{ donated_trees }} Tree(s).

{% if treatmentgroup == 'two' or treatmentgroup == 'three' %} Your current position is {{ player.current_position }} of {{ anzahlspieler }} for the most donated trees. {% endif %} {% if player.winner == 1 and treatmentgroup == 'three' %}

So far you donated most of the trees.

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

{% next_button %} {% endblock %}