{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %}
You Group Leader is:
As your Group Leader, he/she will be shown every Group Member's contribution decision. He/she will then decide to remove 0 to 60 points from each Group Member.
{% endblock %} {% block content %}You have 100 points
How many points (out of 100) do you want to contribute to the Group Project?
Recall: Every 100 points = $0.10. The total number of points in the Group Project will be doubled and sent back to each person in the group equally. The Group Leader will see each Group Member's contribution and can take away up to 60 points from each Group Member.
{% endblock %}