{% extends "base.html" %} {% block title %}Supply Chain Simulator{% endblock %} {% block page_title %}Supply Chain Simulator{% endblock %} {% block content %}
Supplier Simulator
Supplier Change Impact
Supply Chain Overview
Suppliers
{{ suppliers|length }}
Inventory SKUs
{{ items|length }}
Low Stock Items
{{ items|selectattr("is_low_stock")|list|length }}
{% endblock %} {% block extra_js %} {% endblock %}