{$i18n.t('People with access')}
{$i18n.t('General access')}
{#if type === 'private'} {:else} {/if}
{#if type === 'private'} {$i18n.t('Only users with permission can access')} {:else if type === 'public'} {$i18n.t('Accessible to all users')} {/if}