{% csrf_token %}
{% if form.product_name.errors %} {{ form.product_name.errors.0 }} {% endif %}
{% if form.product_category.errors %} {{ form.product_category.errors.0 }} {% endif %}
{% if form.product_description.errors %} {{ form.product_name.errors.0 }} {% endif %}
{% if form.image.errors %} {{ form.image.errors.0 }} {% endif %}
{% if form.is_active.errors %} {{ form.is_active.errors.0 }} {% endif %}