{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %}

Your group leader has made the following decisions:


{% endblock %} {% block content %}

Your earnings for this round:

 

Endowment

 

Contribution

 

Share from the Group Project

 

Removed by Leader

 

Earnings for this Round

100

-

{{ player.contribution }}

+

{{ group.individual_share }}

-

6

=

{{ player.payoff2 }}


 

Summary of other Group Members:

 

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 %}