{% extends "global/Page.html" %} {% load staticfiles otree %} {% block app_styles %} {% endblock %} {% block content %}

Results

{% for g in group.in_all_rounds %} {% endfor %} {% for g in group.in_all_rounds %} {% endfor %} {% for p in player.in_all_rounds %} {% endfor %} {% for o in player.get_others_in_group %} {% for p in o.in_all_rounds %} {% endfor %} {% endfor %} {% for g in group.in_all_rounds %} {% endfor %}
Round {{ g.round_number }}
Contr. Est.
Ern.
Real
Ern.
Your Contribution{{ p.contribution }} {{ p.fairlyDistributedAmount }} {{ p.earnings }}
Player {{ o.id_in_group }} {% if p.contribution != none %} {{ p.contribution }} {% endif %} {% if p.fairlyDistributedAmount != none %} {{ p.fairlyDistributedAmount }} {% endif %} {% if p.earnings != none %} {{ p.earnings }} {% endif %}
Total Contribution{{ g.total_contribution }}

Your average payoff is {{ average_payoff }}

The experiment is over now. Please raise your hand and wait for the instructor to come to you!

{% next_button %}
{% endblock %}