{#each sortedUsers as usr,idx}
{usr.name}
{#if usr.id != user.id}
dropUser(usr.id)}>x
{/if}
{/each}
{heading}