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

Choose a quantity of each lottery to buy (prices are quoted per 100 units of each security).

{% next_button %} {{ form.static_securities.errors }} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}