{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
You and your partner will know your identities at the end of the study.
{% 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.
{% 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 %}
{% formfield group.sent_back_amount %}
Remember, you and your partner will know your identities at the end of the study.