{$i18n.t('Visibility')}
{#if state === 'private'} {:else} {/if}
{#if state === 'private'} {$i18n.t('Only select users and groups with permission can access')} {:else} {$i18n.t('Accessible to all users')} {/if}