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

Now you are in a new Group.

All your previous groups extracted less than 50% of their initial pools. Thus, the pool that your group receives now has {{initial}}. There are {{Constants.num_rounds}} rounds. You can extract between 0 and {{maximal}} over {{Constants.num_rounds}} rounds.

How many points you want to extract (from 0 to {{Constants.endowment}}) in this round?

Round history

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