#include "../../include/exmay-head.html" />
评论分类列表
${i18n("exmay.common.add")}
${i18n("exmay.common.edit")}
${i18n("exmay.common.delete")}
ID
分类代号
分类名称
评论类型
排序
是否系统默认
操作
<#list pager.list as category>
${category.id}
${category.code}
${category.name}
${category.type}
${category.sort!}
[编辑]
[删除]
#list>
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
#if>
<#include "../../include/exmay-footer.html" />