Sites

Manage organization sites

{#if searchQuery} {/if}
{#if !loading && filteredItems.length === 0}

{searchQuery ? 'No sites found' : 'No sites yet'}

{searchQuery ? `No sites match your search "${searchQuery}". Try a different search term.` : 'Get started by adding your first site.'}

{#if !searchQuery} {/if}
{:else} {#snippet cell({ column, row })} {#if column.key === 'actions'}
{:else} {row[column.key]} {/if} {/snippet}
{/if}
{ e.preventDefault(); handleSave(); }}>
0 && !isSiteCodeValid} bind:value={formData.SiteCode} placeholder="e.g., AB" maxlength="10" required />
{#if isSiteCodeValid} {/if} {siteCodeLength}/2
Must be exactly 2 characters (e.g., AB, NY, 01)
Display name for this site
The account this site belongs to
{#snippet footer()} {/snippet}

Are you sure you want to delete the following site?

{deleteItem?.SiteName}

Code: {deleteItem?.SiteCode}

This action cannot be undone.

{#snippet footer()} {/snippet}