{extends file="$tpl_admin_layout"} {block name="content"}
{$_L['Manage Tags']}
{foreach $d as $ds} {/foreach}
{$_L['Tag']} {$_L['Type']} {$_L['Delete']}
{$ds['text']} {$ds['type']} {$_L['Delete']}
{/block}