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

In this stage, a lottery will be played by the computer. With probability 99% you will get 1 euro, and with probability 1% you will get 3 euro. Please, click on 'Next' to see the outcome of the lottery on the next page.

{% next_button %} {% endblock %}