{% extends "global/Page.html" %} {% load staticfiles otree %} {% block app_styles %} {% endblock %} {% block content %}
{% for field in form %} {% endfor %} {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label }} {% if forloop.counter == player.id_in_group %} (You) {% endif %}
{{ choice }}

Contributions

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

Punishments / Rewards

{% include "PGG2/ActionsTable.html" %}
{% endblock %} {% block scripts %} {% endblock %}