{% extends "global/Page.html" %} {% load otree %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}

You are in Group 1.

Your pool has {{initial}}.

You can extract between 0 and {{Constants.endowment}} in {{Constants.num_rounds}} round.

How many points you want to extract in this round?

{% formfield player.contribution label="I extract:" %} {% next_button %} {% endblock %}