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

Periodo {{player.round_number}}

{% if player.id_in_group == 2 %} Nel periodo precedente i Partecipanti A del gruppo hanno effettuato le seguenti scelte:

  • partecipare al progetto comune mettendo {{player.contributionbeforepl3}} e trasferire {{player.bribebeforepl3}}{%if player.bribebeforepl3 == 1 %} punto{%else%} punti {%endif%} al Partecipante B. Il Partecipante B {% if player.bribeacceptancepl3 == 1 and player.bribebeforepl3 != 0%} ha accettato i punti trasferiti e{%endif%}{% if player.bribeacceptancepl3 == 0 and player.bribebeforepl3 != 0%} non ha accettato i punti trasferiti e{%endif%} gli ha tolto {{player.punizionebeforepl3}} punti.
  • partecipare al progetto comune mettendo {{player.contributionbeforepl4}} e trasferire {{player.bribebeforepl4}}{%if player.bribebeforepl4 == 1 %} punto{%else%} punti{%endif%} al Partecipante B. Il Partecipante B {% if player.bribeacceptancepl4 == 1 and player.bribebeforepl4 != 0%} ha accettato i punti trasferiti e{%endif%}{% if player.bribeacceptancepl4 == 0 and player.bribebeforepl4 != 0%} non ha accettato i punti trasferiti e{%endif%} gli ha tolto {{player.punizionebeforepl4}} punti. {% endif %} {% if player.id_in_group == 3 %} Nel periodo precedente i partecipanti A del gruppo hanno effettuato le seguenti scelte:
  • partecipare al progetto comune mettendo {{player.contributionbeforepl2}} e trasferire {{player.bribebeforepl2}}{%if player.bribebeforepl2 == 1 %} punto{%else%} punti{% endif %} al Partecipante B. Il Partecipante B {% if player.bribeacceptancepl2 == 1 and player.bribebeforepl2 != 0%} ha accettato i punti trasferiti e{%endif%}{% if player.bribeacceptancepl2 == 0 and player.bribebeforepl2 != 0%} non ha accettato i punti trasferiti e{%endif%} gli ha tolto {{player.punizionebeforepl2}} punti.
  • partecipare al progetto comune mettendo {{player.contributionbeforepl4}} e trasferire {{player.bribebeforepl4}}{%if player.bribebeforepl4 == 1 %} punto{%else%} punti{% endif %} al Partecipante B. Il Partecipante B {% if player.bribeacceptancepl4 == 1 and player.bribebeforepl4 != 0%} ha accettato i punti trasferiti e{%endif%}{% if player.bribeacceptancepl4 == 0 and player.bribebeforepl4 != 0%} non ha accettato i punti trasferiti e{%endif%} gli ha tolto {{player.punizionebeforepl4}} punti. {% endif %} {% if player.id_in_group == 4 %} Nel periodo precedente i partecipanti A del gruppo hanno effettuato le seguenti scelte:
  • partecipare al progetto comune mettendo {{player.contributionbeforepl3}} e trasferire {{player.bribebeforepl3}}{%if player.bribebeforepl3 == 1 %} punto{%else%} punti{%endif%} al Partecipante B. Il Partecipante B {% if player.bribeacceptancepl3 == 1 and player.bribebeforepl3 != 0%} ha accettato i punti trasferiti e{%endif%}{% if player.bribeacceptancepl3 == 0 and player.bribebeforepl3 != 0%} non ha accettato i punti trasferiti e{%endif%} gli ha tolto {{player.punizionebeforepl3}} punti.
  • partecipare al progetto comune mettendo {{player.contributionbeforepl2}} e trasferire {{player.bribebeforepl2}}{%if player.bribebeforepl2 == 1 %} punto{%else%} punti{%endif%} al Partecipante B. Il Partecipante B {% if player.bribeacceptancepl2 == 1 and player.bribebeforepl2 != 0%} ha accettato i punti trasferiti e{%endif%}{% if player.bribeacceptancepl2 == 0 and player.bribebeforepl2 != 0%} non ha accettato i punti trasferiti e{%endif%} gli ha tolto {{player.punizionebeforepl2}} punti. {% endif %}

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