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

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

{% formfields %}

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