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

The instructions are as follows:

You are {{ players }} players.
There is a pool of {{pool}} points. Every player can take between 0 and {{ max }} points from the pool.
After all players make a decision, the remaining points in the pool get multiplied by {{ factor }} and every player receives an equal share.

{% next_button %} {% endblock %}