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

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

If you do not make a choice, the default value of {{ default_asset }} points will be used. This default will be updated each period to match your choice in the previous period (unless this is not a feasible option).

Investment in asset, A = points.

Cash in Hand: {{ default_cash }} points.

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

{% endblock %}