{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% if Constants.small_pies == True%} {% endif %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Résultats" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
Le tour {{ participant.paid_round }} a été aléatoirement sélectionné pour votre paiement. Pendant ce tour, vous aviez gagné {{ payoff_os }} point(s). Vous recevez donc {{ participant.os_payoff }}
{% blocktrans trimmed %} La décision suivante a été sélectionnée pour votre paiement : {% endblocktrans %}

{% for i,f,p in choice_to_pay %} {% endfor %}
{% trans "Option A" %} {% trans "Option B" %}
{{ lottery_a_hi }} {% trans "avec une probabilité de " %}{{ p }},
{{ lottery_a_lo }} {% trans "sinon" %}
{% if option_to_pay == 'A' %}
{% elif option_to_pay == 'B' %}
{% endif %}
{{ lottery_b_hi }} {% trans "avec une probabilité de " %}{{ p }},
{{ lottery_b_lo }} {% trans "sinon" %}

{% blocktrans trimmed with option_to_pay=option_to_pay %} Comme indiqué ci-dessus, vous aviez choisi l'option {{ option_to_pay }} pour cette décision. Pour l'option choisie, une des deux issues possibles a été sélectionnée aléatoirement, en fonction des probabilités correspondantes. {% endblocktrans %}

{% blocktrans trimmed with payoff=payoff %} Votre gain pour cette tâche est égal à : {{ participant.mpl_payoff }}. {% endblocktrans %}

Au total, vous avez donc remporté {{ player.payoff }}.
En ajoutant 5€ pour votre participation, vous gagnez {{ participant.payoff_plus_participation_fee }}.


Félicitations et merci pour votre participation !
{% endblock %}