{#if visible && appInfo}
{ if (e.key === 'Escape') handleContinueAsGuest(); }} role="dialog" aria-modal="true" aria-labelledby="welcome-title" aria-describedby="welcome-features" tabindex="-1" >
e.stopPropagation()} onkeydown={(e) => e.stopPropagation()} use:trapFocus role="none" >
Mana
{appInfo.name}
{#each featureList as feature, i}
{#if i === 0}
{:else if i === 1}
{:else}
{/if}
{feature}
{/each}
{t.registerButton}
{t.loginButton}
{#if onHelp || helpHref}
{t.helpButton}
{/if}
{t.continueAsGuest}
{t.dataWarningText}
{locale === 'de' ? 'Mehr über Mana erfahren' : 'Learn more about Mana'}
{/if}