{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if player.id_in_group == 1 %} Gain of game 2 : Details {% endif %} {% if player.id_in_group == 2 %} Gain of game 1 : Details {% endif %} {% endblock %} {% block content %}

Your choice was: {{player.choicerisknn}}

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

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

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

-----------------------------------------




Reminder of the instructions:

{% include Constants.instructions_BW_template %}
{% endblock %}