{$vdo.title}
{if $userquery->perm_check('admin_access')=='yes'}
{ANCHOR place=watch_admin_options data=$vdo}
{/if}
{ANCHOR place="before_watch_player" data=$vdo}
{if has_hq($vdo)}
{/if}
{AD place=ad_300x250}
{ANCHOR place="video_bookmarks" data=$vdo}
{ANCHOR place="watch_video_right" data=$vdo}
{include file="$style_dir/blocks/watch_video/playlist_box.html" selected=$vdo.videoid }
{assign var=videos_items_columns value=func->config(videos_items_columns)}
{get_videos user=$vdo.userid limit=$videos_items_columns assign=user_vids exclude=$vdo.videoid}
{if $user_vids}
More from {$user.username}
{section name=uvlist loop=$user_vids}
{include file="$style_dir/blocks/watch_video/video_box.html" video=$user_vids[uvlist]}
{/section}
{/if}
{assign var=videos_items_columns value=func->config(videos_items_columns)}
{get_videos category=$vid_cat nonuser=$vdo.userid exclude=$vdo.videoid limit=$videos_items_columns order="date_added ASC" assign=related_vids}
{if $related_vids}
Related Videos
{/if}
{lang code='comments'}
{include file="$style_dir/blocks/comments/comments.html" id=$vdo.videoid type=v} {if $myquery->is_commentable($vdo,'v')} {include file="$style_dir/blocks/comments/add_comment.html" id=$vdo.videoid type=v} {else}