{{ block title }}Purchase Task #{{ list_round }}{{ endblock }} {{ block content }}

You are given ${{ market.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.

Note that you can purchase the basket as long as the final cost after the promotion is less than your endowment.

Basket discount available!
Spend {{ market.promo_threshold }}, Save {{ market.promo_threshold_save }}!
{{ formfield_errors 'endowment_left' }} {{ formfield_errors 'total_cost' }} {{ formfield_errors 'subtotal_cost' }}

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
${{ market.endowment }}
Total cost
$0
Promo applied
No
Dollars left
${{ market.endowment }}
Met required quantities?
No
Share of payment you will receive for this task
{{ market.percent_promo }}%
Your earnings if this task is selected
$0
0

Online Market

Use the + / − buttons to choose quantities.
Item A
{{ labels.qA_single }}
${{ prices.qA_single }}
0
{{ form.qA_single }}
{{ labels.qA_P3 }}
${{ prices.qA_P3 }}
0
{{ form.qA_P3 }}
{{ labels.qA_P4 }}
${{ prices.qA_P4 }}
0
{{ form.qA_P4 }}
{{ labels.qA_P5 }}
${{ prices.qA_P5 }}
0
{{ form.qA_P5 }}
Item B & C
{{ labels.qB_single }}
${{ prices.qB_single }}
0
{{ form.qB_single }}
{{ labels.qC_single }}
${{ prices.qC_single }}
0
{{ form.qC_single }}
{{ labels.qB_ALPHA }}
${{ prices.qB_ALPHA }}
0
{{ form.qB_ALPHA }}
{{ labels.qB_BETA }}
${{ prices.qB_BETA }}
0
{{ form.qB_BETA }}
Item D & E
{{ labels.qD_single }}
${{ prices.qD_single }}
0
{{ form.qD_single }}
{{ labels.qD_P3 }}
${{ prices.qD_P3 }}
0
{{ form.qD_P3 }}
{{ labels.qD_P5 }}
${{ prices.qD_P5 }}
0
{{ form.qD_P5 }}
{{ labels.qE_single }}
${{ prices.qE_single }}
0
{{ form.qE_single }}
{{ labels.qE_P4 }}
${{ prices.qE_P4 }}
0
{{ form.qE_P4 }}
{{ labels.qD_GAMMA }}
${{ prices.qD_GAMMA }}
0
{{ form.qD_GAMMA }}
{{ labels.qD_DELTA }}
${{ prices.qD_DELTA }}
0
{{ form.qD_DELTA }}
{{ next_button }}
{{ form.total_cost }}
{{ form.endowment_left }}
{{ form.subtotal_cost }}
{{ endblock }}