{{_ 'Account Settings'}}
{{#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 '!=' 'user_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}}