{{ 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}}
Output: | {{if player.role == 'Buyer'}}Buyer Payoff (you): | {{else}}Buyer Payoff: | {{endif}} {{if player.role == 'Seller'}}Seller Cost (you): | {{else}}Seller Cost: | {{endif}}Total Payment: | Buyer Payoff - Seller Cost: | |
Your new proposal: | |||||||
Your most recent proposal: |
New received proposals stack at the top
My new proposals stack at the top