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

Outcome

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

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

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

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

Thus, you earn Euro {{payoff_HL|safe}}

 
{% endblock %}