{{ 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.

{{ formfield_errors 'endowment_left' }} {{ formfield_errors 'total_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
Dollars left
${{ market.endowment }}
Met required quantities?
No
Share of payment you will receive for this task
{{ market.percent }}%
Your earnings if this task is selected
$0
0

Online Market

Use the + / − buttons to choose quantities.
{{ if player.round_number == 2 }} {{ else }} {{ endif }}
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 }}
{{ endblock }}