Users
{#each usersList as _user}
{_user}
{#if $user?.username != _user}
{deleteUser(_user)}}>
{/if}
{/each}
Create new user