{% extends "global/Page.html" %} {% load otree %} {% block title %} Your partner is the computer {% endblock %} {% block content %}
You are P1: You and P2 (the computer) have {{Constants.endowment}} each from an investor to support your individual businesses. You can earn more by transferring some of your money to P2 (computer) for investment. You can transfer TK.0, {{Constants.endowment}} or any amount in between.

Any amount you send to P2 (the computer) will be tripled and it will decide how much of the tripled money it wants to send back to you.

{% formfields %}

{% endblock %}