{% extends 'base.html' %} {% load static %} {% block content %}

Restock Product

{% csrf_token %}

Product Name

{{ form.category }}

Product Size

{{ form.size }}

Existing Quantity

{{form.quantity}}

Add New Quantity

Final Quantity

{% if messages %} {% endif %}
{% endblock %}