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

Results


{% endblock %} {% block content %}

Your earnings for this round:

 

Endowment

 

Contribution

 

Share from the Group Project

 

Removed by Leader

 

Points spent removing others

 

Earnings for this Round

100

-

{{ player.contribution }}

+

{{ group.individual_share }}

-

6

-

{{ group.total_removed }}

=

{{ player.payoff }}


 

Summary of other Group Members:

 

Player

Endowment

 

Contribution

 

Share from the Group Project

 

Removed by Leader

 

Removed by you

 

Earnings for this Round

Group Member 1

100

-

20

+

{{ group.individual_share }}

-

5

-

{{ group.decision_member1 }}

=

{{ player.p1_payoff2 }}

Group Member 2

100

-

15

+

{{ group.individual_share }}

-

11

-

{{ group.decision_member2 }}

=

{{ player.p2_payoff2 }}

Group Member 3

100

-

33 + {{ group.individual_share }} - 2 - {{ group.decision_member3 }} = {{ player.p3_payoff2 }}

 

{% next_button %} {% endblock %}