{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Add New Product | IQBlending{% endblock %} {% block content %}
Add New Product to Blend Form
| INGREDIENT | DESCRIPTION | CREATED BY | DATE CREATED |
|---|---|---|---|
| {{r.ingredient_name}} | {{r.ingredient_description}} | {{r.created_by}} | {{r.datetime_created}} |
No ingredient in the System
{% endif %} {% if form %}Form not found
{% endif %}