{% extends "global/Page.html" %} {% load otree static %} {% block title %} Iteration 1 - Round {{ player.round_number }} {% endblock %} {% block content %} {% if player.treatment == 2 %}
At the bottom of the page you can find the buttons to initiate the break-out rooms.
{% endif %} {% if one %}| Your offer | Blue Player | Yellow Player | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
Please enter a new offer below. Your share: € Blue Player: € Yellow Player: € |
Current agreements: You and Blue Player: You and Yellow Player: Blue Player and Yellow Player : |
The current pie is €{{ pie }}.
Please enter a number between 0 and {{ pie }} for each player. Recall that only integer numbers are allowed.
{% if player.treatment == 2 %}Please use the buttons to request break-out rooms.
{% endif %} {% endif %} {% if two %}
| Your offer | Orange Player | Yellow Player | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
Please enter a new offer below. Your share: € Orange Player: € Yellow Player: € |
Current agreements: You and Orange Player: You and Yellow Player: Orange Player and Yellow Player: |
The current pie is €{{ pie }}.
Please enter a number between 0 and {{ pie }} for each player. Recall that only integer numbers are allowed.
{% if player.treatment == 2 %}Please use the buttons to request break-out rooms.
{% endif %} {% endif %} {% if three %}
| Your offer | Orange Player | Blue Player | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
Please enter a new offer below. Your share: € Orange Player: € Blue Player: € |
Current agreements: You and Orange Player: You and Blue Player: Orange Player and Blue Player: |
The current pie is €{{ pie }}.
Please enter a number between 0 and {{ pie }} for each player. Recall that only integer numbers are allowed.
{% if player.treatment == 2 %}Please use the buttons to request break-out rooms.
{% endif %} {% endif %} {% if four %} {% if player.treatment == 2 %}
List of requests
{% endif %} {% endif %} {% next_button %} {% endblock %} {% block scripts %} {% endblock %}