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

You start the round with:

${{ player.C }}0

Choose between the two options:

Option "Safe":
Do not gamble and move on to Stage 2.

Option "Gamble":
Enter the lottery to add any amount in between ${{ player.k1_min }}0 and ${{ player.k1_max }}0 and move on to Stage 2.

Select the Option

{% endblock %}