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

Update Product - {{product.code}} - {{product.name|upper}}


All fields marked with an asterisk (*) are required {% include 'partials/_messages.html' %}
{% csrf_token %}
Product Details
{% if product.image %} {{ product.name }}

Current Image

{% endif %}
Upload PNG, max 512 KB. Leave empty to keep current image.
Product Integration Type
Product Result Type
Device Pairing Details
Clear
{% endblock %}