{{_ 'Sign up'}}
{{#if item.profile_id}} {{/if}}
{{#if errors.profile_name}} {{errors.profile_name}} {{/if}}
{{#if errors.auth_slug}} {{errors.auth_slug}} {{/if}}
{{#each schema.fields}} {{#notin 'none,hide,active,created,updated,email,password' field.type}} {{#in ../schema.required @key}} {{#when @key '!=' 'profile_name'}}
{{> partial_fields}} {{#has ../errors @key}} {{scope ../errors @key}} {{/has}}
{{/when}} {{/in}} {{/notin}} {{/each}}
{{#if errors.auth_password}} {{errors.auth_password}} {{/if}}
{{#if errors.confirm}} {{errors.confirm}} {{/if}}
{{#if captcha}}
{{#if errors.captcha}} {{errors.captcha}} {{/if}}
{{/if}}

{{_ 'or'}}

{{_ 'Have an existing account?'}} {{_ 'Login Here'}}