{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Stage 2 - Instructions" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{% blocktrans trimmed with p_hi=p_hi hi=hi p_lo=p_lo lo=lo %} Please imagine the following situation. You can choose between a sure payment of a particular amount of money, or a draw, where you would have an equal chance of getting amount {{ hi }} or getting {{ lo }}. {% endblocktrans %}
{% blocktrans trimmed with n=Constants.num_choices %} We will present to you {{ n }} different situations. {% endblocktrans %}