{#if loaded}
Users ({users.length})
Click on the user role cell in the table to change a user's role.

{#each users as user} {/each}
Name Email Role Action
user
{user.name}
{user.email}
{/if}