{% extends "global/Page.html" %} {% load otree static %} {% block title %} Take {% endblock %} {% block content %}
{% if alone == 1 %} A match with other participants was not possible.
Instead you will play with simulated computer players in your group that randomly take between 0 and 6 points.

{%endif%}

Now you make the real decision.


You can take between 0 and {{ max }} points.
{% formfield player.take %}

{% next_button %} {% endblock %}