{{ t.sure_payoff }} with a probability of 100%
|
{# chose_lottery will be None during the experiment,
but either True or False in the results page #}
{{ if t.chose_lottery == None }}
{{ endif }}
|
{{ t.lottery_high }} with a probability of {{ t.probability }}%, {{ t.lottery_low }} otherwise.
|
{{ endfor }}