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

You are in Group 1 with different group members.

Your pool has {{initial}} now.

You can extract between 0 and {{Constants.endowment}} each round over {{Constants.num_rounds}} rounds.

How many points you want to extract in this round?


You have extracted {{total_payoff}}.

Your group has extracted {{total_group_payoff2}}.

{% for p in player_in_previous_rounds %} {% endfor %}
Round You Your Group
{{ p.round_number }} You extract {{p.contribution}} Your group extracts {{p.group.total_contribution}}
{% formfield player.contribution label="I extract:" %} {% next_button %} {% endblock %}