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

The share price is {{ player.stock_price }}

{% formfield player.buy label="Buy" %} {% formfield player.sell label="Sell" %} {% next_button %} {% endblock %}