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

Decision Page, Round {{ display_round }}/12

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

Test Image
{% if game_history %}

Summary of key metrics of 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 }}
Leftover Inventory{{ data.starting_inventory|default:"" }}
Order Quantity{{ data.order_quantity|default:"" }}
Actual Demand Quantity{{ data.demand_quantity|default:"" }}
Profit${{ data.profit|default:"" }}
{% 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 }}