{% extends "restaurant/base.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %} Product Formulars | restaurant {% endblock %} {% block h4_header %}

Product Formular

{% endblock %} {% block top-buttons %} {% endblock %} {% block top-buttons-01 %} {% endblock %} {% block side-urls %} {{sideLinks | safe | escape}} {% endblock %} {% block material-datatables-main %} {% for v in v_pfd %} {% endfor %}
S/No Product Name Product UOQ Raw Material (RM) Name RM Qty RM UOQ Actions
S/No Product Name Product UOQ Raw Material (RM) Name RM Qty RM UOQ Actions
{{forloop.counter}} {{v.final_product_item_name}} {{v.final_product_uoq}} {{v.raw_material_item_name}} {{v.raw_material_qty}} {{v.raw_material_uoq}} edit delete remove
{% endblock %} {% block modal-001 %}