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

The outcome is {{o}}. You receive {{o}} euro. Please, proceed to the second stage of the experiment.

{% next_button %} {% endblock %}