{{ extends 'global/Page.html' }} {{ block title }}Result{{ endblock }} {{ block content }}
{% blocktrans trimmed %} You decided to choose the following lottery: {% endblocktrans %}

{% for i,lo,hi in lottery %} {% endfor %}
{% trans "Outcome A" %} {% trans "Outcome B" %}
{% trans "Lottery No." %} {% trans "Prob." %} {% trans "Payoff" %} {% trans "Prob." %} {% trans "Payoff" %} {% trans "Your Choice" %}
{{ index }} {{ prob_lo }} {{ lo }} {{ prob_hi }} {{ hi }}

A random draw determined that outcome {{ outcome_to_pay }} has been realized.

Thus, your payoff from this task amounts to {{ player.payoff }} .

Your account balance is {{ participant.Total }} .

{{ next_button }} {{ endblock }}