<{$acl.name|xoops_escape}> |
<{foreach from=$authList item=auth}>
<{if $auth.action_cd == $acl.action_cd}>
<{$auth.name|xoops_escape}>
<{/if}>
<{/foreach}>
|
<{if $acl.team_cd != 0}>
<{foreach from=$teamList item=team}>
<{if $team.team_cd == $acl.team_cd}>
<{$team.team_name|xoops_escape}>
<{/if}>
<{/foreach}>
<{else}>-
<{/if}>
|
|
<{/foreach}>