{$video=$vdo} {$type='video'}
{FlashPlayer vdetails=$video width='700' height='400'}
{$video.title}
{lang('Subscribe')}
{$vdo.views|number_format} {lang('views')}
{show_video_rating rating=$vdo.rating ratings=$vdo.rated_by total='10' id=$vdo.videoid type=video}

{description($video.description)}

{lang('Category')}
{$vdo.category|categories:video}
{lang('Tags')}
{$vdo.tags|tags:videos}
{lang code='views'} : {$vdo.views|number_format} – {lang code='duration'} : {$vdo.duration|SetTime} – {lang code='comments'} : {$vdo.comments_count|number_format}
{show_share_form id=$vdo.videoid type=video}
{show_playlist_form id=$vdo.videoid type=video}
{show_flag_form id=$vdo.videoid type=video}
{AD place='ad_320x250'}

{lang code="Most Popular"}

{foreach $videos as $video} {include file="$style_dir/blocks/videos/video_popular.html"} {/foreach}

{lang('Comments')}

{if $myquery->is_commentable($vdo,'v')} {include file="$style_dir/blocks/comments/add_comment.html" id=$vdo.videoid type=v} {else}
{lang code='comm_disabled_for_vid'}
{/if}