{{if $data['avatar']}} {{else}}
{$data['initials']}
{{endif}}
{$data['name']}
{lang='spsds_server'}
{{if !$data['showChannels']}}
{lang="spsds_channels"}
{{foreach $data['channels'] as $channel}}
{$channel['name']}
{{if sizeof($channel['users'])}}
{{endif}}
{{foreach $channel['users'] as $user}}
{{if !$data['compactView']}} {{if isset( $user['nick'] )}} {$user['nick']} {{else}} {$user['username']} {{endif}} {{if $user['deaf'] OR $user['self_deaf']}} {{endif}} {{if $user['mute'] OR $user['self_mute'] OR $user['suppress'] OR $user['deaf'] OR $user['self_deaf']}} {{endif}} {{endif}}
{{endforeach}}
{{endforeach}}
{{endif}} {{if $data['joinurl'] OR $data['customInvite']}}
{{endif}}
{$data['channelsno']}
{lang='spsds_channels'}
{$data['online']}
{lang='spsds_online'}
{{foreach $data['members'] as $connected}}
{{endforeach}}