{#if mode === "manage"}
Removing a profile only affects this device. It does not sign that person out elsewhere.
{:else}
Everyone here signs in to the same server.
{/if}
{#if $profiles.error}
{$profiles.error}
{/if}
{#if entryError}
{entryError}
{/if}
{#each ordered as profile (profile.userId)}
{profile.username}
{#if mode === "manage" && !profile.isActive}
{:else if mode === "manage"}
In use
{/if}