{{localize "AWEMMY.Character.Identity"}}
{{formInput systemFields.pronouns value=system.pronouns disabled=isPlayMode}}
{{localize "AWEMMY.Item.Background"}} {{#each backgrounds}}
{{name}} {{name}}
{{/each}} {{#unless backgrounds.length}}
{{localize "AWEMMY.Character.DropBackground"}}
{{/unless}}
{{localize "AWEMMY.Item.Field"}} {{#each fields}}
{{name}} {{name}} {{keyAttrLabel}} {{#if keyAttr2Label}} / {{keyAttr2Label}} {{/if}}
{{/each}} {{#unless fields.length}}
{{localize "AWEMMY.Character.DropField"}}
{{/unless}}
{{localize "AWEMMY.Item.Specialization"}} {{#each specializations}}
{{name}} {{name}} {{#if system.fieldName}} {{system.fieldName}} {{#unless fieldMatch}}{{/unless}} {{/if}} {{#if attrOverrideLabel}} {{attrOverrideLabel}} {{/if}}
{{/each}} {{#unless specializations.length}}
{{localize "AWEMMY.Character.DropSpecialization"}}
{{/unless}}
{{localize "AWEMMY.Item.Archetype"}} {{#each archetypes}}
{{name}} {{name}}
{{/each}} {{#unless archetypes.length}}
{{localize "AWEMMY.Character.DropArchetype"}}
{{/unless}}
{{localize "AWEMMY.Character.Description"}} {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true }}
{{localize "AWEMMY.Character.Notes"}} {{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true }}