{% 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.fairly_distributed_amount }} | {{ p.individual_share_after_PR }} | {% endfor %}
| Player {{ o.id_in_group }} | {% for p in o.in_all_rounds %}{% if p.contribution != none %} {{ p.contribution }} {% else %} Data is missing {% endif %} | {% if p.fairly_distributed_amount != none %} {{ p.fairly_distributed_amount }} {% else %} Data is missing {% endif %} | {% if p.payoff != none %} {{ p.individual_share_after_PR }} {% else %} Data is missing {% 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!