{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Results" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{% trans "Option A:" %} |
{% with hi=hi lo=lo p_hi=p_hi p_lo=p_lo %}
{% blocktrans trimmed %}
a {{ p_hi }} chance of winning {{ hi }} and a {{ p_lo }} chance of winning {{ lo }} {% endblocktrans %} {% endwith %} |
{% if Constants.buttons == True %} {% if option_to_pay == 'A' %} {% else %} {% endif %} {% else %} {% if option_to_pay == 'A' %} {% else %} {% endif %} {% endif %} |
---|---|---|
{% trans "Option B:" %} | {% with sure_payoff=sure_payoff %} {% blocktrans trimmed %} an amount of {{ sure_payoff }} as a sure payment {% endblocktrans %} {% endwith %} | {% if Constants.buttons == True %} {% if option_to_pay == 'B' %} {% else %} {% endif %} {% else %} {% if option_to_pay == 'B' %} {% else %} {% endif %} {% endif %} |
{% with sure_payoff=sure_payoff %} {% blocktrans trimmed %} I'm indifferent between Option A and Option B {% endblocktrans %} {% endwith %} | {% if Constants.buttons == True %} {% if option_to_pay == 'I' %} {% else %} {% endif %} {% else %} {% if option_to_pay == 'I' %} {% else %} {% endif %} {% endif %} |