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