{if $is_mem eq "" and $type eq "private"}
Sorry! You are not allowed to view this private group.

{else}
 
{if $total gt "0"}
Videos {$start_num}-{$end_num} of {$total}
{$gname} // Videos
{section name=i loop=$answers}
{insert name=getfield assign=owner_id field='OID' table='group_own' qfield=GID qvalue=$smarty.request.gid} {if $smarty.session.UID eq $owner_id and $answers[i].approved eq "no"}
{/if} {if $smarty.session.UID eq $owner_id}
{if $gimage eq "owner_only"} {/if}
{/if}
{$answers[i].description}
Tags // {insert name=video_keyword assign=tags vid=$answers[i].VID} {section name=j loop=$tags} {$tags[j]}  {/section}
{insert name=time_to_date assign=todate tm=$answers[i].addtime} {insert name=id_to_name assign=uname un=$answers[i].UID}

Added: {$todate} by {$uname}

Runtime: {$answers[i].duration|string_format:"%.2f"} | Views: {$answers[i].viewnumber} | {insert name=comment_count assign=commentcount vid=$answers[i].VID} Comments: {$commentcount}

Rating: {insert name=show_rate assign=vrate rte=$answers[i].rate}{$vrate}

{/section}
Pages: {$page_link}
My Tags:
{section name=k loop=$vtags}

» {$vtags[k]}

{/section}
{else}
There is no video in this group
{/if}   {/if}