{% extends "global/Page.html" %} {% load otree static %} {% block title %} Donation {% endblock %} {% block content %} {{a}} {% if treatmentgroup == 'three' and round_number != 1 %} {% autoescape off %} {{ spielstand }} {% endautoescape %} {% endif %} {% if treatmentgroup == 'two' and round_number != 1 %}
Your current position is {{ g }} / {{ h }}.
{% elif treatmentgroup == 'three' and round_number != 1 %}Your current position is {{ g }} / {{ h }}.
{% endif %} {% if round_number != 1 %}So far you planted {{b}} tree(s).
{% endif %}{{ player.cumulative_donated_trees }} x
{{ player.cumulative_guthaben }} x
How much money would you like to donate? At most you can spend {{player.cumulative_guthaben }} this round.
{% formfields %} {% next_button %} {% endblock %}