{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 1: Donation - Decision {% endblock %} {% block content %}
Minimum amount you can choose for the donation: $0.00
Maximum amount you can choose for the donation: {{ Constants.endowment }}
Please enter a value between $0.00 and {{ Constants.endowment }} - this is the amount you are willing to donate to UNICEF .
{% formfield player.given label="My choice:" %} {% next_button %} {% endblock %}