{* $Id$ *}
Total number of uncategorised {$objecttype} objects: {$totalcount}
{foreach from=$orphans item=orphan} {if $objecttype eq 'wiki'}{$orphan.pageName|escape}
{elseif $objecttype eq 'file gallery'}Id{$orphan.dataId}: {$orphan.name|escape}
{elseif $objecttype eq 'article'}Id{$orphan.dataId}: {$orphan.name|escape}
{elseif $objecttype eq 'tracker'}Id{$orphan.dataId}: {$orphan.name|escape}
{elseif $objecttype eq 'blog'}Id{$orphan.dataId}: {$orphan.name|escape}
{elseif $objecttype eq 'calendar'}Id{$orphan.dataId}: {$orphan.name|escape}
{elseif $objecttype eq 'forum'}Id{$orphan.dataId}: {$orphan.name|escape}

{/if} {/foreach} {if $pagination.step ne -1} {pagination_links cant=$pagination.cant step=$pagination.step offset=$pagination.offset}{/pagination_links} {/if}