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