{$count=0} {foreach $group_videos as $key => $videos} {$count=$count+1} {foreach $videos as $video} {$videolink=videoLink($video)} {/foreach} {/foreach}
{if !$group_videos}
{lang code='There are no videos in this group'}
{/if}
{include_template_file file='blocks/pagination.html'}