<#include "../../include/exmay-head.html" />
<#include "../../include/exmay-software.html" />

模板${i18n("exmay.common.manage")}

<#if system.code=="ExmayCMS">
<#list pager.list as template>
模板ID 模板名称 模板文件名 路径 所属模板方案 所属类型 状态 操作
${template.id} ${template.name} ${template.fileName} .${template.path} ${template.templateSolution.name} ${template.templateType.name} ${template.disabled?string(' ',' ')} 修改 删除 停用
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
<#include "../../include/exmay-footer.html" />