{{ extends 'global/Page.html' }} {{ block title }}Fase 3{{ endblock }} {{ block content }}

Periodo {{player.round_number}}

{% for p in other_ordered %} {% if p.id_in_group == 2 %}

  • Ecco la decisione effettuata dal seguente Partecipante A: ha messo {{p.contribution}} punti nel progetto comune e ti ha trasferito {{p.bribe}} {% if p.bribe == 1 %}punto. {% else %}punti.{%endif%}

    {% formfield player.bribe2 %} {% formfield player.punishment2 %} {%endif%} {% if p.id_in_group == 3 %}

  • Ecco la decisione effettuata dal seguente Partecipante A: ha messo {{p.contribution}} punti nel progetto comune e ti ha trasferito {{p.bribe}} {% if p.bribe == 1%}punto. {%else%}punti.{%endif%}

    {% formfield player.bribe3 %} {% formfield player.punishment3 %} {%endif%} {% if p.id_in_group == 4 %}

  • Ecco la decisione effettuata dal seguente Partecipante A: ha messo {{p.contribution}} punti nel progetto comune e ti ha trasferito {{p.bribe}} {% if p.bribe == 1%}punto. {%else%}punti.{%endif%}

    {% formfield player.bribe4 %} {% formfield player.punishment4 %} {%endif%} {% endfor %}

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