{lang code='channel' assign='object_type'} {include file="$style_dir/global_header.html"} {display_user_custom_background( $u )}
{include_template_file file="header.html" }
{include_template_file file='blocks/view_channel/channel_left.html' u=$u}
{include_template_file file='blocks/view_channel/channel_header.html' u=$u} {include_template_file file='blocks/view_channel/channel_right.html' u=$u}
{$user_feeds=$cbfeeds->getUserFeeds($u)}

{lang code='Activity'}

{if $user_feeds}
{foreach from=$user_feeds item=user_feed} {include_template_file file='blocks/feed.html' feed=$user_feed u=$u} {/foreach}
{else}
No activity found for {$u.username}
{/if}

{lang code='Videos'}

{$user_videos=get_videos(['user'=>$u.userid,'limit'=>6])} {if $user_videos} {foreach $user_videos as $video} {include_template_file file='blocks/video.html' video=$video u=$u display_method='view_channel'} {/foreach} {else}
No videos found for {$u.username}
{/if}
{include_template_file file="footer.html"}