{% extends "global/Page.html" %} {% load otree %} {% block title %} Your partner will never know your identity {% endblock %} {% block content %}
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.

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 P2

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 P2's money

{% formfield group.sent_back_amount %}

{% endblock %}