{% extends "global/Base.html" %} {% load otree_tags %} {% block title %}Investment decision 2 out of 2{% endblock title %} {% block content %}
The second round of the experiment will start now.
Subsequently, you will again see information about two assets. As in the first round of the experiment, please invest your hypothetical wealth of 10 000€ completely into the two assets. Your payment depends on your final investment decision and another simulation of returns for the two assets.
{% for field in form %} {% formfield field %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}