<#if siteId?has_content> <@sys.site id=siteId> <#assign sysSite=object/> <@sys.domainList advanced=true siteId=siteId wild=wild pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a> <@t.merge 'siteIds' a.siteId!/> <@sys.site ids=t.siteIds!><#assign siteMap=map!/> <#list page.list as a>
<@t.page 'domain'/> <@t.page 'site.id'/> <@t.page 'site'/> <@t.page 'domain.template_directory'/> <@t.page 'operate'/>
${(a.name)!} ${a.wild?then('['+t.pageMessage('domain.wild')+']','')} ${a.multiple?then('['+t.pageMessage('domain.multiple')+']','')} ${a.siteId!} ${(siteMap[a.siteId?string].name)!} ${(a.path)!} <@t.page 'domain.edit'/> <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>