CategoryID | SupplierID | ProductName | UnitPrice | UnitsInStock | UnitsOnOrder | QuantityPerUnit | Discontinued | ReorderLevel | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ row.CategoryID if row.CategoryID != None else '' }} | {{ row.SupplierID }} | {{ row.ProductName }} | {{ row.UnitPrice }} | {{ row.UnitsInStock }} | {{ row.UnitsOnOrder }} | {{ row.QuantityPerUnit }} | {{ row.Discontinued }} | {{ row.ReorderLevel }} | {% end %}||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% module Pager('/db/products', pager) %} |