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

In this stage, if the experimenter has 3 dollars, and now you can use this $3 (not your money) to donate to the group members who enter the tournament but did not win the competition (i.e., receive nothing in the above stage). The sum of your donations to the two group members must be equal to $3.

Group member : breadwinner, freshman year, economics major.

{% formfield player.donation1 %}

Group member : supporter, senior year, engineer major.

{% formfield player.donation2 %}

{% next_button %} {% endblock %}