{% 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_pp_formulars %} {% endfor %}
S/No Item Name Product Package Name No of items per package Qty of items per UOQ Package Material Name Actions
S/No Item Name Product Package Name No of items per package Qty of items per UOQ Package Material Name Actions
{{forloop.counter}} {{v.item_name}} {{v.package_name}} {{v.number_of_items_per_package}} {{v.qty_of_single_item_per_uoq}} {{v.package_material_name}} remove
{% endblock %} {% block modal-001 %}