{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Your Decision" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{% for i,lo,hi in lotteries %} {% endfor %}
{% trans "Outcome A" %} {% trans "Outcome B" %}
{% trans "No." %} {% trans "Prob." %} {% trans "Payoff" %} {% trans "Prob." %} {% trans "Payoff" %} {% trans "Your Choice" %}
{{ forloop.counter }} {{ prob_lo }} {{ lo }} {{ prob_hi }} {{ hi }}
{% next_button %} {% endblock %}