CustomerCustomerDemos
Add CustomerCustomerDemo
|
Search CustomerCustomerDemos
CustomerID
CustomerTypeID
{% for row in data %}
{{ row.CustomerID if row.CustomerID != None else '' }}
{{ row.CustomerTypeID }}
{% end %}
{% module Pager('/db/customercustomerdemos', pager) %}