<{if $block.showgroups == true}> <{foreach item=group from=$block.groups}> <{foreach item=user from=$group.users}> <{/foreach}> <{/foreach}> <{/if}>
<{$group.name}>

<{$user.name}>
<{$user.msglink}>

<{if $block.showgroups == true}>
<{foreach item=group from=$block.groups}>
<{$group.name}>
    <{foreach item=user from=$group.users}>
  • <{$user.name}> <{$user.msglink}>
  • <{/foreach}>
<{/foreach}>
<{/if}>

<{if $block.recoomendtime != 0}> <{$smarty.const._MB_LEGACY_RECO}> <{/if}>