{#if $userData?.username}

Your Username is @{$userData.username}

Username cannot be changed

UPLOAD PROFILE IMAGE {:else}

Username

{#if loading}

Checking availability of @{username}...

{/if} {#if !isValid && isTouched}

must be 3-16 characters long, alphanumeric only

{/if} {#if isValid && !isAvailable && !loading}

@{username} is not available

{/if} {#if isLowercase}

must be lowercase

{/if} {#if isAvailable && isValid && !isLowercase} {/if}
{/if}