{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
Your Choice

Which lottery do you prefer?

The Lottery - Tomorrow or The Lottery - 8 weeks
which pays

{{lot_high_early}} tomorrow if the coin shows head
or
{{lot_low_early}} tomorrow if the coin shows tail.

which pays

{{lot_high_late}} in 8 weeks if the coin shows head
or
{{lot_low_late}} in 8 weeks if the coin shows tail.



{# Buttons #}
{% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {# Add this script to ensure dates works under the instructions button #} {% endblock %}