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

{{experiment_name}} (Contribution) - This is round {{ round_num }}

{% for g in Player_for_all_rounds %} {% endfor %} {% for p in player.in_previous_rounds %} {% endfor %} {% for o in player.get_others_in_group %} {% for p in o.in_previous_rounds %} {% endfor %} {% endfor %} {% for g in group.in_previous_rounds %} {% endfor %} {# #} {# #} {# #} {##} {# #} {# #} {# {% for p in player.in_previous_rounds %}#} {# #} {# {% endfor %}#} {# #} {##} {# {% for o in player.get_others_in_group %}#} {# #} {# #} {# {% for p in o.in_previous_rounds %}#} {# #} {# {% endfor %}#} {# #} {# {% endfor %}#} {##} {# #} {# #} {# {% for g in group.in_previous_rounds %}#} {# #} {# {% endfor %}#} {# #} {##} {# #} {# #} {# {% for p in player.in_previous_rounds %}#} {# #} {# {% endfor %}#} {# #}
Round{{ g.round_number }}
Your Contribution For Round{{ p.contribution }}
Player {{ o.id_in_group }} {% if p.contribution %} {{ p.contribution }} {% endif %}
Total Contribution{{ g.total_contribution }}
Earnings history including punishment and reward
Your Earnings For Round{{ p.individual_share_after_PR }}
Player {{ o.id_in_group }}#} {# {{ p.individual_share_after_PR }}#} {#
Group Total Earnings{{ g.total_payoff }}
Your Total Earnings For Round{{ p.payoff }}

This is a public goods game with {{ Constants.players_per_group }} players per group.

In this round you have an endowment of {{ Constants.endowment }}

{% next_button %}
{% endblock %}