{% extends "global/Page.html" %} {% load otree static %} {% block title %} Decision {% endblock %} {% block content %}
Please, make your decision:
{% formfield player.invest label='Do you wish to invest your points?'%} {% next_button %} {% endblock %}