{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ round_number }}, Period 1 {% endblock %} {% block content %} Your bank is in {{ region }} and has received {{ deposit }} units of deposits from customers.

Use the slider or insert numbers below to choose and submit your investment in assets with a 100% return if held until period 3. The rest will be your cash in hand with no returns.

If you do not make a choice, the default value of {{ default_asset }} units will be used. This default will be updated each period to match your choice in the previous period.

Investment in assets (A) = units.

Cash in hand (C): {{ default_cash }} units.

If you keep the above investment in assets till period 3, then your returns in period 3 will be: units.

{% endblock %}