<{if $user_flg}>
<{if $action=='maintenance_itemtransfer'}><{$smarty.const._AM_XOONIPS_MAINTENANCE_ITEMTRANSFER_FROM}><{/if}><{$smarty.const._AM_XOONIPS_MAINTENANCE_ITEM_USER}> |
<{/if}>
<{$smarty.const._AM_XOONIPS_MAINTENANCE_ITEM_INDEX}> |
<{$smarty.const._AM_XOONIPS_MAINTENANCE_ITEM_ITEM}> |
<{if $agree_flg}>
<{$smarty.const._AM_XOONIPS_MAINTENANCE_ITEM_AGREE}> |
<{/if}>
<{$smarty.const._AM_XOONIPS_MAINTENANCE_ITEM_RESULT}> |
<{foreach item=item from=$items}>
<{if $user_flg}>
<{$searchUserName|xoops_escape}> |
<{/if}>
<{$item.index|xoops_escape}> |
<{$item.title|xoops_escape}> |
<{if $agree_flg}>
<{if $item.agree==1}><{$smarty.const._AM_XOONIPS_MAINTENANCE_ITEM_AGREE_OK}><{else}><{$smarty.const._AM_XOONIPS_MAINTENANCE_ITEM_AGREE_NG}><{/if}> |
<{/if}>
<{if $item.result==1}><{$smarty.const._AM_XOONIPS_MAINTENANCE_ITEM_SUCCESS}><{else}><{$smarty.const._AM_XOONIPS_MAINTENANCE_ITEM_FAIL}><{/if}> |
<{/foreach}>