<#if siteId?has_content> <@_sysSite id=siteId> <#assign sysSite=object/> <@_sysDomainList advanced=true siteId=siteId wild=wild pageIndex=pageNum count=numPerPage>
<#list page.list as a> <@t.merge 'siteIds' a.siteId!/> <@_sysSite 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'/>
${(a.name)!} ${a.wild?then('['+t.pageMessage('domain.wild')+']','')} ${a.siteId!} ${(siteMap[a.siteId?string].name)!} ${(a.path)!}
<#include "../include_page/page.html"/>