<#macro contentProducts contentId='' copy=false> <#if contentId?has_content> <@cms.contentProductList contentId=contentId absoluteURL=false pageSize=100> <#list page.list as product>
<@t.page 'cover'/> <@t.page 'title'/> <@t.page 'product.price'/> <@t.page 'product.inventory'/> <@t.page 'product.quantity_limit.min'/> <@t.page 'product.quantity_limit.max'/> <@t.page 'operate'/>
<#if !copy> <@t.page 'cover'/> <@t.page 'button.delete'/>
<#include "../include_page/preview.html"/> <@preview 'product' '.products' 'tr td input[name$=cover]'/>