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

模板类型${i18n("exmay.common.list")}

<#list pager.list as templateType>
ID 编号 名称 描述 状态 是否系统默认 添加人 ${i18n("exmay.common.admin.operation")}
${templateType.id} ${templateType.code} ${templateType.name} ${templateType.description} admin <#if !templateType.isExmay> <#else> [${i18n("exmay.common.edit")}] <#if !templateType.isExmay>
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
<#include "../../include/exmay-footer.html" />