@if(shiro.hasPermission("/mgr/add")){
@}
@if(shiro.hasPermission("/mgr/edit")){
@}
@if(shiro.hasPermission("/mgr/delete")){
@}
@if(shiro.hasPermission("/mgr/reset")){
@}
@if(shiro.hasPermission("/mgr/freeze")){
@}
@if(shiro.hasPermission("/mgr/unfreeze")){
@}
@if(shiro.hasPermission("/mgr/setRole")){
@}
<#table id="managerTable"/>