{{ block title }}Controller Decision{{ endblock }} {{ block content }}

Assign deduction points (0-5) to each player in your subgroup.

{% for g_id, group_items in pgg_groups.items %}

Group {{ g_id }}

{% for item in group_items %} {% endfor %}
Participant Contribution Deduction
Player {{ item.player.id_in_subsession }} {{ item.player.contribution }} {% formfield item.field label="" %}
{% endfor %} {{ next_button }} {{ endblock }}