{{_ 'Sign up'}}
{{#if item.profile_id}} {{/if}}
{{#if errors.profile_name}} {{errors.profile_name}} {{/if}}
{{#if errors.auth_slug}} {{errors.auth_slug}} {{/if}}
{{#format 'field' schema.name item}} {{#each formats}} {{#notin 'none,hide,active,created,updated,email,password' config.type}} {{#when @key '!=' 'profile_name'}} {{> partial_set}} {{/when}} {{/notin}} {{/each}} {{/format}}
{{#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'}}