{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {% ifnotequal round_num 10%} Feedback - This is the round {{ round_num }} {% endifnotequal %} {% ifequal round_num 10 %} Results {% endifequal %} {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %}
Your contribution:{{ player.contribution }}
Other participants contribution:
{{ p.contribution }}
Total contribution:{{ group.total_contribution }}

Total earnings:{{ total_earnings }}
Your earnings for round {{ round_num }}:{{ group.individual_share }}

Thus in total you earned:{{ player.payoff }}

{% next_button %} {# to remove the instructions from the result page, delete the row below #} {% include Constants.instructions_template %} {% endblock %}