{#if $connected}

{$t('server_online')}

{:else}

{$t('server_offline')}

{/if}
{#if $connected && version} {:else}

{$t('unknown')}

{/if}