{% extends "global/Page.html" %} {% load otree %} {% block title %} Stage 1 {% endblock %} {% block content %}
You start the round with {{ Constants.initial_amount }} dollars
Here are the options:
Select the Option
Here is your winnings: {{ player.w1 }}
{% endblock %}