{{ block title }} Practice {{ endblock }} {{ block content }}

You are given ${{ market0.endowment }} to fulfill the given shopping list.
Please choose what to purchase from the Online Market.

When you are satisfied with your choices, click “Next” to continue.

{{ formfield_errors 'endowment_left' }} {{ if player.endowment_left >= 0 }} {{ formfield_errors 'total_cost0' }} {{ endif }}

Shopping list

Item Required Purchased
A{{ target.A }}0
B{{ target.B }}0
C{{ target.C }}0
D{{ target.D }}0
E{{ target.E }}0
Endowment
${{ market0.endowment }}
Total cost
$0
Dollars left
${{ market0.endowment }}
Met required quantities?
No
Share of payment you will receive for this list
{{ market0.percent }}%
Your earnings if this list is selected
$0
0

Online Market

Use the + / − buttons to choose quantities.
Item A
0
{{ form.qA_single }}
0
{{ form.qA_P3 }}
Item B & C
0
{{ form.qB_single }}
0
{{ form.qC_single }}
0
{{ form.qB_BETA }}
Item D & E
0
{{ form.qD_single }}
0
{{ form.qE_single }}
0
{{ form.qE_P4 }}
0
{{ form.qD_DELTA }}
{{ next_button }}
{{ form.total_cost0 }}
{{ form.endowment_left }}
{{ endblock }}