{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Add New Product | IQBlending{% endblock %} {% block content %}
Add New Product to Blend Form
| PRODUCT | PRODUCT | PRODUCT TYPE | PRODUCT CATEGORY | COMMENT | CREATED BY | DATE CREATED |
|---|---|---|---|---|---|---|
| {{r.product_name_long}} | {{r.product_name_short}} | {{r.product_type}} | {{r.product_category}} | {{r.comment}} | {{r.created_by}} | {{r.datetime_created}} |
No Product in the System
{% endif %} {% if form %}Form not found
{% endif %}