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

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

{% for g in length %} {% endfor %} {% for p in length %} {% endfor %} {% for o in player.get_others_in_group %} {% for p in length %} {% endfor %} {% endfor %} {% for g in length %} {% endfor %}
Roundnumber
Your Contribution{{ player.contribution }}
Player {{ o.id_in_group }}{{ o.contribution }}
Total Contribution111
Earnings history including punishment and reward
{% for p in length %} {% endfor %} {% for o in player.get_others_in_group %} {% for p in length %} {% endfor %} {% endfor %} {% for g in length %} {% endfor %} {% for p in length %} {% endfor %}
Your Earnings64
Player {{ o.id_in_group }}64
Group Total Earnings222
Your Total Earnings41
Manager has Punished/Rewarded
{% for g in group.get_players %} {% if g.id_in_group == 4 %} {% if player.id_in_group == 1 %} {% else %} {% endif %} {% for p in length %} {% endfor %} {% if player.id_in_group == 2 %} {% else %} {% endif %} {% for p in length %} {% endfor %} {% if player.id_in_group == 3 %} {% else %} {% endif %} {% for p in length %} {% endfor %} {% if player.id_in_group == 4 %} {% else %} {% endif %} {% for p in length %} {% endfor %} {% endif %} {% endfor %}
YouPlayer 1 1
YouPlayer 2 -2
YouPlayer 3 3
YouPlayer 4 -4
{% if player.id_in_group == 4 %}
{% for o in player.get_others_in_group %} {% endfor %}
Players Punishment Reward
You
Player {{ o.id_in_group }}
{% endif %}

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 %}