{authEnabled
? 'Users must log in to access the application'
: 'Authentication is disabled - open access'}
{#if $licenseStore.isEnterprise}
{authEnabled
? 'Audit logging is active - all actions are recorded'
: 'Enable authentication to activate audit logging'}
{:else}
Enable authentication to activate audit logging
{/if}