<{foreach item=block from=$blocks}>
(<{$block.pageblockid}>)
<{$block.title}><{if $block.note != ""}> (<{$block.note}>)<{/if}>
<{foreach item=groupid from=$block.groups name=grouploop}> <{if $smarty.foreach.grouploop.first}>(<{/if}><{$groups[$groupid]}><{if $smarty.foreach.grouploop.last}>)<{else}>, <{/if}> <{/foreach}>
<{$smarty.const._EDIT}> - <{$smarty.const._DELETE}>   

<{/foreach}>