{if $data.username != ""}
{$data.username} {$LANG.user_s_channel}

{$LANG.user_send_message}
{$LANG.user_add_contact}
{$LANG.joined} :
{$data.doj|date_format}
{$LANG.user_last_login}: {$data.last_logged|date_format:"%m-%d-%Y %H:%M"}
{$LANG.user_channel_views}: {$data.profile_hits|number_format}
{$LANG.subscribers} {$data.subscribers|number_format}
{$LANG.videos} {$data.total_videos|number_format}
 
{$data.about_me}
{if $data.channel_title==""} No Title {else} {$data.channel_title} {/if}
{$data.channel_des}
{if $data.show_dob ==1} {/if}
{$LANG.country} {$data.country}
{$LANG.website} {if $data.web_url == ""}No Website{else}{$data.web_url}{/if}
{$LANG.user_dob} {$data.dob|date_format:"%d %b"}
{$LANG.age} {$data.age}
{$LANG.gender} {$data.sex}
{$LANG.relationship} {$data.show_relation}
{$LANG.education} {$data.show_education}
{$LANG.hobbies} {$data.hobbies} 
{$LANG.user_movies_shows} {$data.fav_movies} 
{$LANG.music} {$data.fav_music} 
{$LANG.books} {$data.fav_books} 
{if $data.allow_comment == "Yes"}
{$LANG.comments}
{$LANG.grp_add_comment}
{section name=c_list loop=$comments}
{$comments[c_list].username} on {$comments[c_list].date_added|date_format}

{$comments[c_list].comment}
{/section}
{$LANG.user_view_all_comments}
{/if}

{if $data.featured_video =="" || $f_video.title==""}
{$LANG.user_no_fr_video}
{else}
This content requires JavaScript and Macromedia Flash Player 7 or higher. Get Flash

{$f_video.title}
{$LANG.views} : {$f_video.views}

{/if}

{if $data.total_videos == 0}
{$LANG.user_have_no_vide}
{else} {section name=v_list loop=$videos} {/section}
{$videos[v_list].title|truncate:45}
{$videos[v_list].description|truncate:230}
{$LANG.views}  {$videos[v_list].views} {$LANG.duration}  {$videos[v_list].duration}
{$videos[v_list].show_rating}
{/if} {$LANG.user_view_all_video_of} {$data.username}

{/if}