{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %}
|
Endowment |
|
Contribution |
|
Share from the Group Project |
|
Removed by Leader |
Earnings for this Round |
|
|---|---|---|---|---|---|---|---|---|
|
100 |
- |
{{ player.contribution }} |
+ |
{{ group.individual_share }} |
- |
6 |
= |
{{ player.payoff2 }} |
|
Player |
Endowment |
|
Contribution |
|
Share from the Group Project |
|
Removed by Leader |
Earnings for this Round |
|
|---|---|---|---|---|---|---|---|---|---|
|
Group Member 1 |
100 |
- |
20 |
+ |
{{ group.individual_share }} |
- |
5 |
= |
{{ group.p1_current }} |
|
Group Member 2 |
100 |
- |
15 |
+ |
{{ group.individual_share }} |
- |
11 |
= |
{{ group.p2_current }} |
|
Group Member 3 |
100 |
- |
33 | + | {{ group.individual_share }} | - | 2 | = | {{ group.p3_current }} |
{% next_button %} {% endblock %}