{% extends "global/Page.html" %} {% load staticfiles otree %} {% block content %}

Results

Row #{{row}} was randomly selected for payment.

# A B
{{row}} {{p_A_1}}/10 of €{{Constants.f1}} {{p_A_2}}/10 of €{{Constants.f2}} {{p_B_1}}/10 of €{{Constants.f3}} {{p_B_2}}/10 of €{{Constants.f4}}

You chose {% if choice == 1 %} Lottery A. {% else %} Lottery B. {% endif %}

The randomly drawn value that defines the outcome of the lottery is {{value}}.

Thus, you earn {{payoff_HL}}

 
{% endblock %}