{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% if Constants.enforce_consistency == True %} {% if Constants.one_choice_per_page == False and Constants.random_order == False %} {% endif %} {% endif %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Decisions Involving Money:" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %} This section involves real money so please choose carefully
| {% trans "Lottery" %} | {% trans "Accept" %} | {% trans "Reject" %} |
|---|---|---|
| {{ hi }} {% trans "KSH if heads"}, {{ lo }} {% trans "if tails" %} |
| {% trans "Option A" %} | {% trans "Option B" %} | |
|---|---|---|
| {{hi}} {% trans "KSH" %} {% trans "if heads" %}, {% trans "0 if tails" %} | {{ sp }} {% trans "KSH for sure " %} |