{#if isLoading}
The staff version of OwlBoard offers several extra features:
To register, you will need to enter a work email address to receive a confirmation email
{:else if state == 'sent'}An email has been sent, click the link in the email to activate your profile.
When you click the link, your authorisation key will be automatically be stored in your browser.
If you use multiple browsers, you will only be logged in using the browser you open the link with.
You will be able to register again using the same email address
{:else if state == 'unauth'}The email address you entered does not belong to an authorised business.
If you think this is an error, you can report an issue in the 'More' menu.
{:else if state == 'error'}There was an error processing your request.
Check that the email you entered was correct or try again later.
{:else if state == 'reg'}You are already registered for OwlBoard. If you've recently logged out or updated, you may need to refresh this page to register as old data could still be stored in your browser.
{/if}