{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if session.vars.num_rounds == 1 %} Part 1 {% else %} Part 1 Round {{ subsession.round_number }} {% endif %} {% endblock %} {% block content %}

Choose how much wealth to invest in A.

{% next_button %} {{ form.dyn_stock.errors }} {{ form.dyn_bond.errors }} {{ form.dyn_wealth.errors }} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}