{include file="header.html" title_page="$title profile" title_inner="$title profile"}

Join: {$join_date|date_format}

{if $name}

Name: {$name}

{/if} {if $gender}

Gender: {$gender}

{/if} {if $hometown}

Hometown: {$hometown}

{/if} {if $location}

Location: {$location}

{/if}

Videos Watched: {$view_watch_count}

Subscribers: {$subscriber_count}

Channel Views: {$view_count}

{if $books}

Books: {$books}

{/if} {if $movies}

Movies: {$movies}

{/if} {if $music}

Music: {$music}

{/if} {if $hobbies}

Hobbies: {$hobbies}

{/if} {$description}

Videos ({$upload_count})

{section loop=$user_upload name=i}

{$user_upload[i].title}

Tags: {foreach from=$user_upload[i].keywords item=tag} {$tag}  {/foreach}

{$user_upload[i].description|truncate:300}

{if $smarty.section.i.index eq "1"} {include file="banner_inner_list.html"} {/if} {sectionelse}

There is no uploaded by {$title}

{/section}

Favorites ({$favorites_count})

{section loop=$user_favorites name=i}

{$user_favorites[i].title}

Tags: {foreach from=$user_favorites[i].keywords item=tag} {$tag}  {/foreach}

{$user_favorites[i].description|truncate:300}

{if $smarty.section.i.index eq "1"} {include file="banner_inner_list.html"} {/if} {sectionelse}

There is no favorite listing by {$title}

{/section} {include file="footer.html"}