{{ extends 'global/Page.html' }} {{ block title }}Decision Page{{ endblock }} {{ block content }}
The demand distribution for this practice product has been updated.
In your initial decision, you ordered {{ prior_quantity }} units.
Review the updated information below and decide whether you would like to keep this quantity or change it.
| Original | Updated | |
| Retail Price | $15 | |
| Purchase Price | $3.50 | |
| Change Fee | ${{ updated_cf }} | |
| Demand Distribution | N(100, 20) | N({{ updated_mean }}, {{ updated_sd }}) |
| Current Order Quantity | {{ prior_quantity }} | |
Would you like to keep the current order quantity or change it?
{{ formfield 'practice_choice' }}If you choose to change the quantity, enter the new quantity below:
{{ formfield 'practice_new_qty' }} {{ next_button }} {{ endblock }}