{#if error}
{error}
{/if}
Customer
*
{#if customersLoading}
Loading customers...
{:else}
Select a customer...
{#each customers as customer (customer.id)}
{customer.name}
{/each}
{/if}
Account Name
*
Status
Active
Inactive
Pending
Start Date
End Date
Leave blank for ongoing account
Cancel
{#if loading} Creating... {:else} Create Account {/if}