{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Your Decision" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
| {% trans "Option A" %} | {% trans "Option B" %} |
|---|---|
| {% with j=i|stringformat:"s" %} {% with pies_a="pie_a_"|add:j %} {% endwith %} {% endwith %} | {% with j=i|stringformat:"s" %} {% with pies_b="pie_b_"|add:j %} {% endwith %} {% endwith %} |
| {% trans "Option A" %} | {% trans "Option B" %} | |
|---|---|---|
|
{{ lottery_a_hi }} {% trans "with a probability of " %}{{ p }}, {{ lottery_a_lo }} {% trans "otherwise" %} |
{{ k }} {% trans "guaranteed" %} |