{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}

Decision Page, Round {{ display_round }}/36

Sales Price$15.00 / unit / round
Purchase Cost$6.00 / unit / round
Holding Cost$1.00 / unit / round
Forecasted Demand DistributionN~(500, {{ current_demand_std }})

Forecasted Demand Probability Distribution

Demand Distribution
{% if game_history %}

Summary of key metrics from prior periods

{% for data in game_history %} {% endfor %} {% for data in game_history %} {% endfor %} {% for data in game_history %} {% endfor %} {% for data in game_history %} {% endfor %} {% for data in game_history %} {% endfor %}
MetricsPeriod {{ data.period }}
Starting Inventory{{ data.starting_inventory}}
Order Quantity{{ data.order_quantity }}
Actual Demand Quantity{{ data.demand_quantity }}
Profit{% if data.profit != '' %}${{ data.profit }}{% endif %}
{% else %}

No history to show yet.

{% endif %}

You have {{ starting_inventory }} units leftover from the last round. How much would you like to order for this round?

{{ formfields }} {{ next_button }} {{ endblock }}