<@_contentProductList title=title userId=userId startPrice=startPrice endPrice=endPrice orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage> <@_sysAuthorized roleIds=admin.roles urls='cmsContentProduct/add'><#assign authorizedMap=map/>
<#list page.list as a> <@t.merge 'userIds' a.userId!/> <@t.merge 'contentIds' a.contentId!/> <@_sysUser ids=t.userIds!><#assign userMap=map!/> <@_content ids=t.contentIds!><#assign contentMap=map!/> <#list page.list as a>
<@t.page 'id'/> <@t.page 'title'/> <@t.page 'content.promulgator'/> <@t.page 'product.price'/> <@t.page 'product.quantity_limit'/> <@t.page 'product.inventory'/> <@t.page 'product.sales'/> <@t.page 'operate'/>
${a.id!}
<#if a.cover?has_content || (contentMap[a.contentId?string].cover)?has_content>

${a.title!}

${(contentMap[a.contentId?string].title)!}

${(userMap[a.userId?string].nickName)!} ${a.price!} ${a.minQuantity!} - ${a.maxQuantity!} ${a.inventory!} ${a.sales!} <@t.page 'button.edit'/>
<#include "../include_page/page.html"/>