{{ extends 'global/Page.html' }} {{ block title }}Parte completata{{ endblock }} {{ block content }} Hai completato questa parte dello studio!

Ecco ricapitolate le giocate effettuate in questi 5 round: {%if player.id_in_group == 1%}

{% for past_player in player.in_all_rounds %} {% endfor %}
Round Punti ottenuti Punti offerti dai partecipanti Punti accettati Punti ottenuti grazie al valore del progetto comune
{{ past_player.round_number }} {{ past_player.payoff }} {{ past_player.mazzetta }} punti {{ past_player.valoremazzetta }} punti {{ past_player.bonus}} punti

{% for past_player in player.in_all_rounds%} {% endfor %}
Round Contribuzione al progetto comune partecipante 1 Contribuzione al progetto comune partecipante 2 Contribuzione al progetto comune partecipante 3 Contribuzione al progetto comune partecipante 4
{{ past_player.round_number }} {{ past_player.progettocomunepl2 }} {{ past_player.progettocomunepl3 }} {{ past_player.progettocomunepl4 }} {{ past_player.progettocomunepl5 }}
{% for past_player in player.in_all_rounds %} {% endfor %}
Round Punti tolti al partecipante 1 Punti tolti al partecipante 2 Punti tolti al partecipante 3 Punti tolti al partecipante 4
{{ past_player.round_number }} {{ past_player.punizione2 }} punti {{ past_player.punizione3 }} punti {{ past_player.punizione4 }} punti {{ past_player.punizione5 }} punti
{%endif%} {%if player.id_in_group == 2%}

{% for past_player in player.in_all_rounds %} {% endfor %}
Round Punti ottenuti Contribuzione al progetto comune Punti tolti dall'arbitro Informazione acquistata
{{ past_player.round_number }} {{ past_player.payoff }} {{ past_player.progettocomune}} {{ past_player.punizione}} {{ past_player.infostringa}}

{% for past_player in player.in_all_rounds %} {% endfor %}
Round Valore progetto comune Quota del progetto comune ottenuta dai partecipanti
{{ past_player.round_number }} {{ past_player.group.total_contribution }} {{ past_player.group.individual_share }}
{%endif%} {%if player.id_in_group == 3%}

{% for past_player in player.in_all_rounds %} {% endfor %}
Round Punti ottenuti Contribuzione al progetto comune Punti tolti dall'arbitro Informazione acquistata
{{ past_player.round_number }} {{ past_player.payoff }} {{ past_player.progettocomune}} {{ past_player.punizione}} {{ past_player.infostringa}}

{% for past_player in player.in_all_rounds %} {% endfor %}
Round Valore progetto comune Quota del progetto comune ottenuta dai partecipanti al progetto comune
{{ past_player.round_number }} {{ past_player.group.total_contribution }} {{ past_player.group.individual_share }}
{%endif%} {%if player.id_in_group == 4%}

{% for past_player in player.in_all_rounds %} {% endfor %}
Round Punti ottenuti Contribuzione al progetto comune Punti tolti dall'arbitro Informazione acquistata
{{ past_player.round_number }} {{ past_player.payoff }} {{ past_player.progettocomune}} {{ past_player.punizione}} {{ past_player.infostringa}}

{% for past_player in player.in_all_rounds %} {% endfor %}
Round Valore progetto comune Quota del progetto comune ottenuta dai partecipanti al progetto comune
{{ past_player.round_number }} {{ past_player.group.total_contribution }} {{ past_player.group.individual_share }}
{%endif%} {%if player.id_in_group == 5%}

{% for past_player in player.in_all_rounds %} {% endfor %}
Round Punti ottenuti Contribuzione al progetto comune Punti tolti dall'arbitro Informazione acquistata
{{ past_player.round_number }} {{ past_player.payoff }} {{ past_player.progettocomune}} {{ past_player.punizione}} {{ past_player.infostringa}}

{% for past_player in player.in_all_rounds %} {% endfor %}
Round Valore progetto comune Quota del progetto comune ottenuta dai partecipanti al progetto comune
{{ past_player.round_number }} {{ past_player.group.total_contribution }} {{ past_player.group.individual_share }}
{%endif%} {% next_button %} {{ endblock }}