{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% if Constants.enforce_consistency == True %} {% endif %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} Table de Choix {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}

Veuillez choisir votre Couleur de Victoire
Vert Bleu

{% for a, b, c in mpl %} {% endfor %}
Urne A
(50 boules vertes, 50 boules bleues)
{% trans "Votre Choix" %}
A B
Urne B
(? boules vertes, ? boules bleues)
{{ high_a }} si la boule est de la Couleur de Victoire ou
{{ low_a }} sinon
{{ a }} si la boule est de la Couleur de Victoire ou
{{ b }} sinon
{% endblock %}