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

You and the charities have an initial endowment of 10 points each.

You are given three choices to re-allocate points between you and the charities:

1) Take 5 points from the charity for yourself 2) No change; leave allocation as it is 3) Give 5 points from yourself to the charity {% formfield player.charity_decision_take %}

You will have   points and the charity will have   points.




{% endblock %} {% block scripts %} {% endblock %}