{% extends "base.html" %} {% load static %} {% block title %}Adjust Stock{% endblock %} {% block header_title %}Adjust Stock{% endblock %} {% block content %}
Current Stock: {{ product.quantity }}
Low Stock Threshold: {{ product.low_stock_threshold }}
{% if product.is_low_stock %}This product is below its low stock threshold.
{% endif %}