{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Investment Decision {% endblock %} {% block content %}
Your wealth is £10 000. Your task is to completely split your wealth between the two assets.
{% for field in form %} {% formfield field %} {% endfor %}
{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}