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

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

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

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