{% extends 'base.html' %} {% block title %}HRMS - Inventory Management{% endblock %} {% block styles %} {% endblock %} {% block content %}
Item Name | Category | Quantity | Status | Actions |
---|---|---|---|---|
{{ item.name }} | {{ item.category }} | {{ item.quantity }} | {{ item.status }} |