<@_contentList advanced=true categoryId=categoryId modelId=modelId title=title status=1 parentId=parentId emptyQuote=true containChild=true userId=userId startPublishDate=startPublishDate endPublishDate=.now orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
<#list page.list as a> <@t.merge 'userIds' a.userId!/> <@t.merge 'checkUserIds' a.checkUserId!/> <@t.merge 'categoryIds' a.categoryId!/> <@t.merge 'modelIds' a.modelId!/> <@_sysUser ids=t.userIds!><#assign userMap=map!/> <@_sysUser ids=t.checkUserIds!><#assign checkUserMap=map!/> <@_category ids=t.categoryIds!><#assign categoryMap=map!/> <@_model ids=t.modelIds!><#assign modelMap=map!/> <#list page.list as a>
<@t.page 'use'/> <@t.page 'id'/> <@t.page 'title'/> <@t.page 'content.promulgator'/> <@t.page 'category'/> <@t.page 'model'/> <@t.page 'content.score'/> <@t.page 'content.comments'/> <@t.page 'clicks'/> <@t.page 'publish_date'/> <@t.page 'create_date'/> <@t.page 'status'/>/<@t.page 'inspector'/> <@t.page 'content.child'/>
<@t.page 'select'/> ${a.id} ${(a.copied?then('['+t.pageMessage('copied')+']',''))!}${a.title!} ${(userMap[a.userId?string].nickName)!} ${(categoryMap[a.categoryId?string].name)!} ${(modelMap[a.modelId].name)!} ${a.scores!} ${a.comments!} ${a.clicks!} ${a.publishDate!} ${a.createDate!}<#if a.updateDate??>/${a.updateDate} <@t.page 'status.content.'+a.status/> <#if 2==a.status>/${(checkUserMap[a.checkUserId?string].nickName)!} <#if modelMap[a.modelId]?has_content&&modelMap[a.modelId].hasChild> <@t.page 'content.child_management'/>
<#if page??>
<@t.page 'page_size'/>: <@t.page 'total_count' page.totalCount/>