{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Investment decision {{player.round_number}} of {{Constants.num_rounds}} {% endblock %} {% block content %}
Your wealth is £10 000. Your task is to completely split your wealth between the two assets. If this round is drawn as the round for your payment, the payment will be based on this investment decision and a simulation of returns for the two assets.
{% for field in form %} {% formfield field %} {% endfor %}
{% next_button %}
{% endblock %}