{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 2 - Round {{ player.round_number }} {% endblock %} {% block content %} {% if one %}
| Your offer | Player 2 | Player 3 | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||||||||||
|
Current agreements: You and Player 2: You and Player 3: Player 2 and Player 3: |
||||||||||||||||||||
Please enter a new offer below.
Your share: € Player 2: € Player 3: €
{% endif %} {% if two %}| Your offer | Player 1 | Player 3 | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||||||||||
|
Current agreements: You and Player 1: You and Player 3: Player 1 and Player 3: |
||||||||||||||||||||
Please enter a new offer below.
Your share: € Player 1: € Player 3: €
{% endif %} {% if three %}| Your offer | Player 1 | Player 2 | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||||||||||
|
Current agreements: You and Player 1: You and Player 2: Player 1 and Player 2: |
||||||||||||||||||||
Please enter a new offer below.
Your share: € Player 1: € Player 2: €
{% endif %}
Recall that only integer numbers are allowed in your proposal.
{% endblock %} {% block scripts %} {% endblock %}