{% extends "global/Page.html" %} {% load otree %} {% block title %} Here is an Example {% endblock %} {% block content %}
Note that the decision you make in this PRACTICE ROUND will NOT affect your payment

You have been randomly paired with a COP member called P1. Even though your partner is here today, you will never know the identity of each other
You are P2: You and P1 have {{Constants.endowment}} each from an investor to support your individual businesses. You can earn more by partnering with P1 in an investment.

{% if tripled_amount != 0 %} For this investment, P1 has sent you {{group.sent_amount}} which has been tripled to become {{tripled_amount}}. So the total money in your account for this round is {{total_amount}} which comes from the {{Constants.endowment}} from the investor and the {{tripled_amount}} received from P1

You can transfer TK.0, the {{tripled_amount}} received or any amount in between to P1. Remember you lose whatever you transfer to P1 and it becomes part of P1's money

{% else %} For this investment, P1 has sent you {{group.sent_amount}}. So the total money in your account for this round is {{total_amount}} which comes from the {{Constants.endowment}} from the investor and the {{tripled_amount}} received from P1.

Since you received 0, you can only send 0 back P1. {% endif %}

You will earn: Your initial {{Constants.endowment}} you have from GAIN plus the {{tripled_amount}} P1 has sent you, minus what you choose to send back to P1.

Earnings for P1: will be the {{less_endowment}} he/she has remaining, plus what you choose to send him/her. Given this information, how much would you like to send P1?

{% formfield group.sent_back_amount %}

{% formfield group.sent_back_amount %}

{% endblock %}