{% extends "global/Page.html" %} {% load otree %} {% block title %} Attività 1 - Match 1: Risultati Round n. {{subsession.round_number}} {% endblock %} {% block content %}

{% if same_choice %} Entrambi avete scelto: {{ my_decision }}. {% else %} Tu hai scelto {{ my_decision }} e l'altro partecipante ha scelto {{ opponent_decision }}. {% endif %}

Di conseguenza, i tuoi guadagni da questo round ammontano a {{ player.payoff }}.


{% if player.round_number == 1 %} È stato estratto il numero: {{ cont_value_r1 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 2 %} È stato estratto il numero: {{ cont_value_r2 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 3 %} È stato estratto il numero: {{ cont_value_r3 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 4 %} È stato estratto il numero: {{ cont_value_r4 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 5 %} È stato estratto il numero: {{ cont_value_r5 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 6 %} È stato estratto il numero: {{ cont_value_r6 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 7 %} È stato estratto il numero: {{ cont_value_r7 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 8 %} È stato estratto il numero: {{ cont_value_r8 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 9 %} È stato estratto il numero: {{ cont_value_r9 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 10 %} È stato estratto il numero: {{ cont_value_r10 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 11 %} È stato estratto il numero: {{ cont_value_r11 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 12 %} È stato estratto il numero: {{ cont_value_r12 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 13 %} È stato estratto il numero: {{ cont_value_r13 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 14 %} È stato estratto il numero: {{ cont_value_r14 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 15 %} È stato estratto il numero: {{ cont_value_r15 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 16 %} È stato estratto il numero: {{ cont_value_r16 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 17 %} È stato estratto il numero: {{ cont_value_r17 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 18 %} È stato estratto il numero: {{ cont_value_r18 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 19 %} È stato estratto il numero: {{ cont_value_r19 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %} {% if player.round_number == 20 %} È stato estratto il numero: {{ cont_value_r20 }}. {% if player.last_round == 1 %} Il match termina ora. {% else %} Il match continua per un altro round. {% endif %} {% endif %}

{% next_button %} {% endblock %}