{% 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"%}
NB : Vous devez imprimer ou prendre une capture d'écran de cette page et nous la présenter lors de la récupération de votre rémunération !!

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}}

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

Informations sur le participant :

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.

{% endif %} {% if player.language == "EN"%}
NB: You must print or take a screenshot of this page and present it to us when collecting your compensation !!

Selected game : Game {{ player.jeu_tire}}
Gain of the game (ECUs): {{player.gainfinal}}
Gain of the game (€) : {{player.gaineur}}

Gain + bonus (€) : {{player.gainfinaleur}}

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

Participant's information:

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.

{% endif %}

{% next_button %}

{% endblock %}