{{ extends 'global/Page.html' }} {{ block title }}Decisione{{ endblock }} {{ block content }} {% for p in group.get_players %} {% if p.id_in_group == 5 %}

Ecco la decisione effettuata dal seguente partecipante: ha messo {{p.contribution}} punti nel progetto comune.

{% formfields %} {% endif %} {% endfor %}

{{ include C.INSTRUCTIONSGENERIC_TEMPLATE }}
{% next_button %} {{ endblock }}