{{#if state 'login'}}
{{#if hasOnePassword}}
{{/if}}
{{/if}}
{{#if state 'register'}}
{{#each customFields}}
{{#if $eq field.type 'select'}}
{{/if}}
{{#if $eq field.type 'text'}}
{{/if}}
{{/each}}
{{#if requirePasswordConfirmation}}
{{/if}}
{{/if}}
{{#if state 'forgot-password' 'email-verification'}}
{{/if}}