{% 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_B }} and a {{ p_lo }} chance of winning {{ lo_B }} {% endblocktrans %} {% endwith %} |
{% if Constants.buttons == True %} {% if option_to_pay_B == 'A' %} {% else %} {% endif %} {% else %} {% if option_to_pay_B == 'A' %} {% else %} {% endif %} {% endif %} |
|---|---|---|
| {% trans "Option B:" %} | {% with sure_payoff_B=sure_payoff_B %} {% blocktrans trimmed %} an amount of {{ sure_payoff_B }} as a sure payment {% endblocktrans %} {% endwith %} | {% if Constants.buttons == True %} {% if option_to_pay_B == 'B' %} {% else %} {% endif %} {% else %} {% if option_to_pay_B == 'B' %} {% else %} {% endif %} {% endif %} |
| {% with sure_payoff_B=sure_payoff_B %} {% blocktrans trimmed %} I'm indifferent between Option A and Option B {% endblocktrans %} {% endwith %} | {% if Constants.buttons == True %} {% if option_to_pay_B == 'I' %} {% else %} {% endif %} {% else %} {% if option_to_pay_B == 'I' %} {% else %} {% endif %} {% endif %} |