OrderDetails

{% for row in data %} {% end %}
  OrderID ProductID Quantity UnitPrice Discount
    {{ row.OrderID if row.OrderID != None else '' }} {{ row.ProductID }} {{ row.Quantity }} {{ row.UnitPrice }} {{ row.Discount }}
{% module Pager('/db/orderdetails', pager) %}