{include file="header.html" title_page="$username's '$playlist_title' Playlists Entry" title_inner="$username's '$playlist_title' Playlists 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}

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

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

{if $smarty.section.i.index eq "2"} {/if} {sectionelse}

{$username} has not added any videos to {$playlist_title}

{/section} {if $total > 0}

Page: {$curr_page} of {$total}

{/if} {if $prev_page}

{/if} {if $next_page}

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