{% extends "global/Page.html" %} {% load otree %} {% block title %} YOUR GAIN (test page to disable) {% endblock %} {% block content %}
The game is over. The randomly selected game is game number: {{ player.game_num_select}} // {{player.game_select_n}}
The random draw is: {{player.tirageriskresult}}
Your investment in the risky asset: {{player.risk11_a}}
You kept: {{player.risk11_b}}
Your gain for this game is: {{player.gainrisk}} ECU(s) - (exchange rate: 1ECU = 0.8 EUROs)
Your gain in euros is: {{player.gainrisk_eur}} EUROS(s)
The selected color is: {{player.tirage_color_n}}
Your winnings for this game are: {{player.gain_bw}} ECU(s) - (exchange rate: 1ECU = 0.8 EUROs)
Your gain in euros is: {{player.gain_bw_eur }} EUROS(s)
The randomly selected round is: {{player.mdgasso_round_selected}}
Your endowment during this round was {{player.mdgasso_dot1_select}} ECUs.
The value of S was {{player.mdgasso_s1_select}}.
The value of G was {{player.mdgasso_g1_select}}.
You chose to keep {{player.mdgasso_keep_select}} POINTs and give {{player.mdgasso_sent_select}} POINTs to the organization.
Your gain is {{player.mdgasso_gain_dgm}} POINTs ({{player.mdgasso_gain_dgm_eur}} EUROs).
The organization's gain is {{player.mdgasso_gain_asso}} POINTs ({{player.mdgasso_gain_asso_eur}} EUROs).
Recall: - (exchange rate: 1 POINT = 0.1 EUROs)
Your role in this game is: {{player.dictatorYES_n}}
if player.dictatorYES == 1 :
The randomly selected round is: {{player.mdgclass_round_selected}}
Your endowment during this round was {{player.mdgclass_dot1_select}} ECUs.
The value of S was {{player.mdgclass_s1_select}}.
The value of G was {{player.mdgclass_g1_select}}.
You chose to keep {{player.mdgclass_keep_select}} POINTs and give {{player.mdgclass_sent_select}} POINTs to player 2.
Your gain is {{player.mdgclass_gain_dgm}} POINTs ({{player.mdgclass_gain_dgm_eur}} EUROs).
Player 2's gain is {{player.mdgclass_gain_joueur2}} POINTs ({{player.mdgclass_gain_joueur2_eur}} EUROs).
Recall: - (exchange rate: 1 POINT = 0.1 EUROs)
{% next_button %}
{% endblock %}