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

You chose to gamble in Stage 1.
You gambled between ${{ player.min_g1}}0 and ${{ player.max_g1}}0 and the outcome of the lottery was:
[${{ player.min_g1}}0 , ${{ player.max_g1}}0] {% if player.k1 < 0 %}

${{ player.k1 }}0

{% endif %} {% if player.k1 >= 0 %}

${{ player.k1 }}0

{% endif %} Your new options are:
Option A:
Add ${{ player.k1 }}0 and end the round.
Option B:
Enter the lottery to add any amount between ${{ player.min_g2 }}0 and ${{ player.max_g2 }}0 with equal probability.

Select the Option

{% endblock %}