{if $show==contacts} {if $total_contacts == 0}
{$LANG.com_user_no_contacts}
{else} {section name=c_list loop=$contacts}
{$contacts[c_list].friend_username}
{$contacts[c_list].about_me}
{$LANG.user_channel_views} {$contacts[c_list].views}    
{$LANG.videos}: {$contacts[c_list].videos}    
{$LANG.joined}: {$contacts[c_list].doj|date_format}    
{/section}
{$LANG.com_view_all_contacts} {$user}
{/if} {/if}{if $show==fav_videos}{if $total_videos==0}
{$LANG.com_user_no_vides}
{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}
{$LANG.com_view_fav_all_videos} {$user}
{/if}{/if}