{{!-- Group Identity --}}

{{ localize 'IDENTITY.profile' }}

{{ localize 'IDENTITY.origin' }}

{{ localize 'IDENTITY.theme' }}

{{ localize 'VERMINE.level' }}

/ {{system.level.max}}

{{ localize 'VERMINE.reputation' }}

/ {{system.reputation.max}}
{{!-- Group Notes --}}

{{ localize 'IDENTITY.notes' }}

{{editor system.identity.notes target="system.identity.notes" button=true owner=owner editable=editable}}
{{!-- Group Abilities (from items) --}}

{{ localize 'VERMINE.abilities' }}

    {{#each abilities as |item id|}} {{#if (ne item.type 'totem')}}
  1. {{/if}} {{/each}}
{{!-- Specialties --}}

{{ localize 'ITEMS.specialties' }}

    {{#each specialties as |item id|}}
  1. {{/each}}
{{!-- Backgrounds --}}

{{ localize 'ITEMS.backgrounds' }}

    {{#each backgrounds as |item id|}}
  1. {{/each}}
{{!-- Traumas --}}

{{ localize 'ITEMS.traumas' }}

    {{#each traumas as |item id|}}
  1. {{/each}}
{{!-- Evolutions --}}

{{ localize 'ITEMS.evolutions' }}

    {{#each evolutions as |item id|}}
  1. {{/each}}