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

Add New Product


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 %}