{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if player.language == "FR"%} GAIN FINAL {% endif %} {% if player.language == "EN"%} FINAL GAIN {% endif %} {% endblock %} {% block content %} {% if player.language == "FR"%}
Jeu sélectionné : Jeu {{ player.jeu_tire}}
Gain jeu (en ECUs): {{player.gainfinal}}
Gain jeu (en €) : {{player.gaineur}}
Gain jeu + rémunération fixe (en €) : {{player.gainfinaleur}}
Nom : {{player.lastname}}
Prénom : {{player.firstname}}
Un mail vous sera envoyé dès que possible pour vous indiquer comment récupérer votre gain en cash.
Selected game : Game {{ player.jeu_tire}}
Gain of the game (ECUs): {{player.gainfinal}}
Gain of the game (€) : {{player.gaineur}}
Gain + bonus (€) : {{player.gainfinaleur}}
Last name : {{player.lastname}}
First name : {{player.firstname}}
An email will be sent to you as soon as possible to tell you how to get your cash winnings.
{% next_button %}
{% endblock %}