{% extends 'base.html' %} {% load static %} {% block content %}
{% if low_stock_alert %}
Low Stock Alert
{% for alert in low_stock_alert %} {{ alert }}    {% endfor %}

{% endif %}

Remaining Stock

Inventory Control Section


Inventory Issue & Restock

ISSUE ITEMS RESTOCK ITEMS


Jerseys
Ties
Jerseys
Jerseys
{% if messages %} {% endif %} {% endblock %}