{#if expanded}
{#if ports.length === 0}
{$i18n.t('No servers detected')}
{:else} {#each ports as port} {/each} {/if}
{/if}