{* reports: reports category viewed times *}

{$smarty.const.ADMIN_CATEGORY_VIEWED_TIMES}

{if $categories} {section name=i loop=$categories} {/section}
{$categories[i].name} {$categories[i].viewed_times}
{else} {$smarty.const.STRING_EMPTY_LIST} {/if}