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

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

<#list pager.list as templateSolution>
模板方案ID 模板方案名称 模板方案目录 模板方案作者 模板方案版权所有 模板方案版本 模板风格总数 状态 是否系统 操作
${templateSolution.id} ${templateSolution.name} ${templateSolution.path} ${templateSolution.author} ${templateSolution.copyright} ${templateSolution.version} ${templateSolution.styleCount} <#if templateSolution.styleCount gt 0>  [查看] ${templateSolution.status?string(' ',' ')} ${templateSolution.isExmay?string(' ',' ')} 详情列表 修改 删除 停用
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
<#include "../../include/exmay-footer.html" />