[`All users`]

{* SORTING *} {if !empty($contacts)} {/if}
{if !empty($contacts)} {if !empty($online) && $sort === 'last_seen'} {include file="./Users.inc.html" contacts=$online} {elseif $sort !== 'last_seen'} {include file="./Users.inc.html" contacts=$contacts} {else}

[`No users online.`]

{/if} {if !empty($offline) && $sort === 'last_seen'}

[`Offline`]

{/if} {else}

[`No users.`]

{/if}