{% extends "global/Page.html" %} {% load otree %} {% block title %}First Investment{% endblock %} {% block content %}

Your total wealth is {{ player.getwealth }}

Please choose your initial investment in this round:

{% formfields %}

In {{ player.prob1 }}%, the investment will be successful and it gives you {{ Constants.multi }} times of your investment as total return..

Press the "Next" button when you are ready.

{% next_button %} {% endblock %}