{% extends "global/Page.html" %} {% load otree %} {% block title %} Stage 2 {% endblock %} {% block content %}

Welcome to the Second Stage!

Your choice in the first stage was to gamble - {{ player.option_choice_1 }}
The outcome of the loterry was: {{ player.w1 }}
Your new choices are:

Option A:
Take {{ player.C2 }} with certainty and end the round.

{% comment %} Take {{ Player.set_payoffs.C }} and end the round. {% endcomment %}
Option B:
Enter the lottery and win any amount with equal probability between {{ player.min_g2 }} and {{ player.max_g2 }}

Select the Option

{% endblock %}