{{ block title }} Round {{player.round_number}} of {{num_rounds}}: You are a {{player.role}} make a deal with a {{other_role}} {{ endblock }} {{ block content }} You are a {{ player.role }}. {{ if player.id_in_group == 2 }} You can offer up to ${{player.amount_borrowed|to1}} to the Seller. {{ else }} The Buyer borrowed ${{player.amount_borrowed|to1}} before the meeting, which is the maximum they can offer. {{endif}}

Make a New Proposal

{{ if player.id_in_group == 2 }} Enter the Quantity you'd like to buy and the Payment that you'd like to offer: (see Payoff and Cost Graph)
Payoff and Cost Graph
{{ else }} Enter the Quantity you'd like to offer and the Payment that you'd like in return: (see Payoff-Cost Graph)
Payoff and Cost Graph
{{endif}}
{{ if player.role == 'Buyer' }} Use this first slider to make your Output request: {{ else }} Use this first slider to make your Output offer: {{endif}} 0
{{q_bar|to1}} units
{{ if player.role == 'Buyer' }} And this slider to select the Total Payment you'd like to offer for those units: {{ else }} And this slider to select the Total Payment you'd like to receive for those units: {{endif}} $0
{{player.amount_borrowed|cu|to1}}
   
{{if player.role == 'Buyer'}}{{else}} {{endif}} {{if player.role == 'Seller'}}{{else}} {{endif}}
Output: Buyer Payoff (you): Buyer Payoff: Seller Cost (you):Seller Cost: Total Payment: Buyer Payoff - Seller Cost:
Your new proposal:
Your most recent proposal:

Active Proposals

Received Proposals from {{other_role}}

New received proposals stack at the top

My Proposals

My new proposals stack at the top

{% if chat_on == 1 %}

Chat

{{ chat nickname=player.role }} {% else %} {% endif %}

{{ endblock }}