Roles: admin — full access · ticketing — participants, tickets, import · staffing — volunteers, shifts, departments · colead — manage assigned departments only · gatekeeper — check-in only
{#if loadError}The admin account was created at setup. Add users above to delegate access.
| Username | Role | Departments | |
|---|---|---|---|
| {u.username} {#if u.id === me}you{/if} |
{#if ($allDepts ?? []).length > 0}
{#each $allDepts ?? [] as d}
{/each}
{/if}
|
|
|
| {u.username} {#if u.id === me} you {/if} | {roleLabel(u.role)} | {deptNamesFor(u.department_ids || [])} |
{#if u.id !== me}
{/if}
|