{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Ingredient Info | IQBlending{% endblock %} {% block content %}
Ingredient Information
INGREDIENT : {{d.ingredient}}
QUANTITY : {{d.quantity}}
SUPPLIER : {{d.supplier}}
CODE : {{d.ingredient_code}}
DATE OF SUPPLY : {{d.date_of_supply}}
Recorded by {{d.username}} at {{d.datetime}}Information not found
{% endif %}