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

Contributions

{% for r in Constants.num_rounds_range %} {% endfor %} {% for r in Constants.num_rounds_range %} {% endfor %} {% for p in player.in_all_rounds %} {% endfor %} {% for others in player.get_others_in_group %} {% for p in others.in_all_rounds %} {% endfor %} {% endfor %}
Round:{{ r|add:'1' }}
C E
You{{ p.contribution }} {{ p.payoff }}
Player {{ others.id_in_group }}{{ p.contribution }} {{ p.payoff }}

Punishments / Rewards

{% for round in Constants.num_rounds_range %} {% endfor %} {% for round in Constants.num_rounds_range %} {% endfor %} {% for everyone in group.get_players %} {% if everyone.id_in_group == 1 %} {% for p in everyone.in_all_rounds %} {% endfor %} {% for p in everyone.in_all_rounds %} {% endfor %} {% for p in everyone.in_all_rounds %} {% endfor %} {% endif %} {% if everyone.id_in_group == 2 %} {% for p in everyone.in_all_rounds %} {% endfor %} {% for p in everyone.in_all_rounds %} {% endfor %} {% for p in everyone.in_all_rounds %} {% endfor %} {% endif %} {% if everyone.id_in_group == 3 %} {% for p in everyone.in_all_rounds %} {% endfor %} {% for p in everyone.in_all_rounds %} {% endfor %} {% for p in everyone.in_all_rounds %} {% endfor %} {% endif %} {% if everyone.id_in_group == 4 %} {% for p in everyone.in_all_rounds %} {% endfor %} {% for p in everyone.in_all_rounds %} {% endfor %} {% for p in everyone.in_all_rounds %} {% endfor %} {% endif %} {% endfor %}
Round:{{ round|add:'1' }}
P / R
Player 1:
towards Player 2{{ p.punish_or_reward_other_player_2 }}
towards Player 3{{ p.punish_or_reward_other_player_3 }}
towards Player 4{{ p.punish_or_reward_other_player_4 }}
Player 2:
towards Player 1{{ p.punish_or_reward_other_player_1 }}
towards Player 3{{ p.punish_or_reward_other_player_3 }}
towards Player 4{{ p.punish_or_reward_other_player_4 }}
Player 3:
towards Player 1{{ p.punish_or_reward_other_player_1 }}
towards Player 2{{ p.punish_or_reward_other_player_2 }}
towards Player 4{{ p.punish_or_reward_other_player_4 }}
Player 4:
towards Player 1{{ p.punish_or_reward_other_player_1 }}
towards Player 2{{ p.punish_or_reward_other_player_2 }}
towards Player 3{{ p.punish_or_reward_other_player_3 }}
Your total payoff is {{ total_payoff }}
{% endblock %}