{#if $currentProfile}
{$currentProfile.viewer.data.Viewer.name}
{/if}
{#if $profiles.length > 0}
Other Profiles
{/if}
{#each $profiles as profile}
{/each}
{#if ($profileAdd || (!$currentProfile && $profiles.length <= 0)) && $profiles.length < 10}
{:else if $profiles.length < 10}
{ $profileAdd = true }}>
Add Profile
{/if}
{#if $currentProfile}
{#if $profiles.length > 0}
{/if}
Sign Out
{/if}