{/literal}
{if $cat_displayed!='yes'} {assign var='cat_displayed' value='yes'} {/if} {if $pending=='yes'}
Other Pending Videos
{else}
Embedded Videos
{/if}
{if $videos} {foreach from=$videos item=video} {/foreach} {else}
Nothing to display
{/if}
ID Details
ID Details
{$video.title} ({$video.duration|SetTime})
Watch Now | Categories
{$video.description|truncate:250}
Tags : {$video.tags}
{$comments=$myquery->get_comments($video.videoid)} {*$comments|print_r*} {if $comments}
Comments : {foreach from=$comments key=i item=comment}

{$comment.0.comment} {*$comment|print_r*}

{/foreach}
{/if}
{*include file="$style_dir/blocks/pagination.html" *}