{include file="header.html" title_page="$playlist_title playlist entry" title_inner="$playlist_title playlist entry"}

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_entry name=i}

{$user_playlists_entry[i].title}

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

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

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

There is no playlist entry in {$playlist_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"}