{% extends "global/Page.html" %} {% load otree %} {% block title %} Risultati {% endblock %} {% block content %} {% endfor %}
Hai investito:{{ player.contribution }}

L'altro partecipante ha contribuito: {% for p in player.get_others_in_group %}{{ p.contribution }}

I profitti dalla cassa comune (uguale per entrambi):{{ group.individual_share }}

In questo turno hai guadagnato:{{ player.payoff }}

Il tuo capitale sinora รจ di:{{ player.cumulative_payoff }}.

{% next_button %} {% endblock %}