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

模块${i18n("exmay.common.list")}

<#list pager.list as module>
模块ID 模块名称 模块目录 版本号 发布时间 安装时间 更新时间 开发团队/作者 编码 模块状态 操作
${module.id} ${module.name} ${module.code} ${module.version} ${timeFormat(system.publishTime)} ${timeFormat(system.installTime)} ${timeFormat(system.updateTime)} ${module.team} ${module.charset} <#if module.type != "isExmay"> <#if module.disabled> [启用] <#else> [禁用]   <#if module.type != "isExmay"> [卸载]
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
<#include "../../include/exmay-footer.html" />