{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Votre décision" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{% if Constants.progress_bar == True %}
{% endif %}
{% trans "Que préférez-vous ?" %}
{% if Constants.indifference == True %} {% endif %}
{% trans "Option A:" %} {% with hi=hi lo=lo p_hi=p_hi p_lo=p_lo %} {% blocktrans trimmed %} {{ p_hi }} de chance de gagner {{ hi }}€ et
{{ p_lo }} de chance d'obtenir {{ lo }}€ {% endblocktrans %} {% endwith %}
{% if Constants.buttons == True %} {% else %} {% endif %}
{% trans "Option B:" %} {% with sure_payoff=sure_payoff %} {% blocktrans trimmed %} obtenir {{ sure_payoff }}€ avec certitude {% endblocktrans %} {% endwith %} {% if Constants.buttons == True %} {% else %} {% endif %}
{% blocktrans trimmed %} I'm indifferent between Option A and Option B {% endblocktrans %} {% if Constants.buttons == True %} {% else %} {% endif %}
{% if Constants.buttons == False %} {% next_button %} {% endif %} {% endblock %}