{include_template_file file="blocks/account_left.html"}

{lang code="Manage contacts"}

{if $mode=='manage'} {$friends=$userquery->get_contacts(userid())} {if !$friends}
{lang code='You do not have any contacts'}
{else} {foreach $friends as $friend}
{name($friend)}
{/foreach} {/if} {/if} {if $mode=='requests'} {$friends=$userquery->get_friend_requests(userid(),['ignored'=>'no'])} {if $friends} {foreach $friends as $friend} {/foreach} {else}
{lang code='You do not have any friend requests'}
{/if} {$hidden_requests=$userquery->get_friend_requests(userid(),['ignored'=>'yes'])} {if $hidden_requests} {/if} {/if}