Products

{% for row in data %} {% end %}
  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 }}
{% module Pager('/db/products', pager) %}