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

Edit Product {{product.pid}}

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

{% if product.images %} Product Image {% endif %}

Pricing Information

Stock Information

Packaging Information

Product Type

{% endblock %}