{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Your decision {% endblock %} {% block content %}

You have {{ Constants.endowment|c }}. The other players in your group donated {{ group.stimulated_average|c }} on average.


{% formfield group.receiver_offered with label="How many cents would you like to donate to charity?"%}

{% next_button %} {% endblock %}