{% extends "global/Page.html" %} {% load otree %} {% block title %} FINAL GAIN {% endblock %} {% block content %}

Draw:
Selected game: Game {{player.jeu_tire}}

Game gain: {{player.gainfinal}} ECU(s)

Final gain (Game gain + fixed remuneration): {{player.gainfinalplushowup}} ECU(s)

{% next_button %}

{% if player.id_in_group == 1%} {% if player.jeu_tire == 1%}

Game 1: RESULT Details

The draw is: {{player.tirageriskresult_j1}}

Your investment in risky asset: {{player.risk11_a_j1}} ECU (s)

You have kept: {{player.risk11_b_j1}} ECU (s)


Your winnings for this game are: {{player.gainrisk_j1}} ECU (s)





Reminder of the instructions:

{% include Constants.instructions_GP_template %}
{% endif %} {% if player.jeu_tire == 2%}

Game 2: RESULT Details

Your choice was: {{player.choicerisknn}}

The selected color is: {{player.colorselectnn}}

Your winnings for this game are: {{player.gainrisk}} ECU (s)




Reminder of the instructions:

{% include Constants.instructions_BW_template %}
{% endif %} {% endif %} {% if player.id_in_group == 2%} {% if player.jeu_tire == 1%}

Game 1: RESULT Details

Your choice was: {{player.choicerisknn}}

The selected color is: {{player.colorselectnn}}

Your winnings for this game are: {{player.gainrisk}} ECU (s)




Reminder of the instructions:

Rappel des instructions :
{% include Constants.instructions_BW_template %}
{% endif %} {% if player.jeu_tire == 2%}

Game 2: RESULT Details

The draw is: {{player.tirageriskresult_j1}}

Your investment in risky asset: {{player.risk11_a_j1}} ECU (s)

You have kept: {{player.risk11_b_j1}} ECU (s)


Your winnings for this game are: {{player.gainrisk_j1}} ECU (s)





Reminder of the instructions:

{% include Constants.instructions_GP_template %}
{% endif %} {% endif %} {% endblock %}