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

评论分类列表

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