{% extends "global/Page.html" %} {% load staticfiles otree %} {% block app_styles %} {% endblock %} {% block content %}
| {% for g in group.in_all_rounds %} | Round {{ g.round_number }} | {% endfor %}||
|---|---|---|---|
| {% for g in group.in_all_rounds %} | Contr. | Est.Ern. | RealErn. | {% endfor %}
| Your Contribution | {% for p in player.in_all_rounds %}{{ p.contribution }} | {{ p.fairlyDistributedAmount }} | {{ p.earnings }} | {% endfor %}
| Player {{ o.id_in_group }} | {% for p in o.in_all_rounds %}{% if p.contribution != none %} {{ p.contribution }} {% endif %} | {% if p.fairlyDistributedAmount != none %} {{ p.fairlyDistributedAmount }} {% endif %} | {% if p.earnings != none %} {{ p.earnings }} {% endif %} | {% endfor %}
| Total Contribution | {% for g in group.in_all_rounds %}{{ g.total_contribution }} | {% endfor %}||
Your average payoff is {{ average_payoff }}
The experiment is over now. Please raise your hand and wait for the instructor to come to you!