{{ extends 'global/Page.html' }} {{ block title }}Decision Page{{ endblock }} {{ block content }}
The demand distribution for this product has been updated as the time of realized demand approaches.
{% if treatment == "self" %}In your initial decision, you ordered {{ prior_quantity }} units.
{% else %}Another manager previously placed an order of {{ prior_quantity }} units based on the original forecast.
{% endif %}Review the updated information below and decide whether you would like to keep this quantity or change it.
| Original | Updated | |
| Retail Price | $57 | |
| Purchase Price | $9 | |
| Change Fee | $0 | |
| Demand Distribution | N(500, 200) | N({{ updated_mean }}, {{ updated_sd }}) |
| Current Order Quantity | {{ prior_quantity }} | |
Would you like to keep the current order quantity or change it?
{{ formfield 'choice' }}If you choose to change the quantity, enter the new quantity below:
{{ formfield 'new_qty' }} {{ next_button }} {{ endblock }}