{% extends "global/Page.html" %} {% load staticfiles otree %} {% load static %} {% block app_styles %} {% endblock %} {% block content %}
{% for p in group.get_players %} {% endfor %} {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
For player {{ p.id_in_group }} {% if p.role == "manager" %} (You) {% endif %} :
{{ choice }}

Contributions C: contribution, E: earning

{% include "PGG5/ContributionTableManager.html" %}

Punishments / Rewards

{% include "PGG5/ReinforcementTable.html" %}
{% endblock %} {% block scripts %} {% endblock %}