{% extends 'inventory/base.html' %} {% block title %}Add Product{% endblock %} {% block content %}

Add Product

{% csrf_token %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
Product Information

Pricing Information

Stock Information

Packaging Information

Product Type *

{% endblock %}