Signup for an account
{#if $errors.username}
{$errors.username}
{/if}
{#if $errors.password}
{$errors.password}
{/if}
{#if $errors.confirm_password}
{$errors.confirm_password}
{/if}
Optional Fields:
{#if $errors.email}
{$errors.email}
{/if}
{#if $errors.firstName}
{$errors.firstName}
{/if}
{#if $errors.lastName}
{$errors.lastName}
{/if}
{#if !$form.email}
Heads up!
Without an email address, you won't be able to reset your password. Submit only if you are sure. You can always add this later.
{/if}