{% extends "global/Page.html" %} {% load staticfiles otree %} {% block app_styles %} {% endblock %} {% block content %}
| Round | {% for g in group.in_previous_rounds %}{{ g.round_number }} | {% endfor %}
|---|---|
| Your Contribution | {% for p in player.in_previous_rounds %}{{ p.contribution }} | {% endfor %}
| Player {{ o.id_in_group }} | {% for p in o.in_previous_rounds %}{% if p.contribution %} {{ p.contribution }} {% endif %} | {% endfor %}
| Total Contribution | {% for g in group.in_previous_rounds %}{{ g.total_contribution }} | {% endfor %}
| Your Earnings | {% for p in player.in_previous_rounds %}{{ p.group.individual_share }} | {% endfor %}
|---|---|
| Player {{ o.id_in_group }} | {% for p in o.in_previous_rounds %}{{ p.group.individual_share }} | {% endfor %}
| Group Total Earnings | {% for g in group.in_previous_rounds %}{{ g.total_payoff }} | {% endfor %}
| Your Total Earnings | {% for p in player.in_previous_rounds %}{{ p.payoff }} | {% endfor %}
| Player {{ o.id_in_group }} | {% for p in o.in_previous_rounds %}{% if player.id_in_group == 1 %} {% if p.punish_1 %} -{{ Constants.punishment_amount }} {% endif %} {% if p.reward_1 %} +{{ Constants.reward_amount }} {% endif %} {% elif player.id_in_group == 2 %} {% if p.punish_2 %} -{{ Constants.punishment_amount }} {% endif %} {% if p.reward_2 %} +{{ Constants.reward_amount }} {% endif %} {% elif player.id_in_group == 3 %} {% if p.punish_3 %} -{{ Constants.punishment_amount }} {% endif %} {% if p.reward_3 %} +{{ Constants.reward_amount }} {% endif %} {% elif player.id_in_group == 4 %} {% if p.punish_4 %} -{{ Constants.punishment_amount }} {% endif %} {% if p.reward_4 %} +{{ Constants.reward_amount }} {% endif %} {% endif %} | {% endfor %}
|---|
This is a public goods game with {{ Constants.players_per_group }} players per group.
In this round you have an endowment of {{ Constants.endowment }}
{% formfield player.contribution label="How much will you contribute (from 0 to 100)?" %} {% next_button %}| Players | Punishment | Reward |
|---|---|---|
| Player {{ otherPlayers.id_in_group }} |