{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
| Point Forecast | Lower Bound Forecast | Upper Bound Forecast | Service Level Decision (%) | Automated Inventory Order level | Realized Demand | Mismatch Cost | |
| {{ point_forecast }} | {{ distribution_forecast }} | {{ upper_bound }} | {{ service_level}} | {{ order_quantity}} | {{ demand }} | {{ mismatch_cost }} |
| Period | Demand | Point Forecast | Lower Bound Forecast | Upper Bound Forecast | Service Level | Order Quantity | Mismatch Cost | Profit |
| {{ p.new_round_number }} | {{ p.demand }} | {{ p.point_forecast }} | {{ p.distribution_forecast }} | {{ p.upper_bound }} | {{ p.service_level }} | {{ p.order_quantity }} | {{ p.mismatch_cost }} | {{ p.profit }} |
| {{ forloop.revcounter }} | {{ k }} | - | - | - | - | - | - | - |