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

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}
{section loop=$user_playlists name=i}

{$user_playlists[i].title} {if $user_playlists[i].description} - {$user_playlists[i].description|truncate:300}{/if}

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

There is no playlist by {$title}

{/section} {if $total > 0}

Page: {$curr_page} of {$total}

{/if} {if $prev_page}

Previous Page

{/if} {if $next_page}

Next Page

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