{{!-- Origine / Concept --}}

{{ localize 'IDENTITY.origin' }}

{{#if isEditMode}} {{else}} {{system.identity.origin}} {{/if}}

{{ localize 'IDENTITY.theme' }}

{{#if isEditMode}} {{else}} {{system.identity.theme}} {{/if}}
{{!-- Notes --}}

{{ localize 'IDENTITY.notes' }}

{{formInput systemFields.identity.fields.notes enriched=enrichedNotes value=system.identity.notes name="system.identity.notes" toggled=true}}
{{!-- Objectifs --}}

{{ localize 'VERMINE.objectives' }}

{{ localize 'VERMINE.major_objectives' }}
    {{#each system.objectives.major as |objective id|}}
  1. {{#if @root.isEditMode}} {{else}} {{objective}} {{/if}}
    {{#if @root.isEditMode}} {{/if}}
  2. {{/each}}
{{#if isEditMode}} {{ localize 'ITEMS.new_objective' }} {{/if}}
{{ localize 'VERMINE.minor_objectives' }}
    {{#each system.objectives.minor as |objective id|}}
  1. {{#if @root.isEditMode}} {{else}} {{objective}} {{/if}}
    {{#if @root.isEditMode}} {{/if}}
  2. {{/each}}
{{#if isEditMode}} {{ localize 'ITEMS.new_objective' }} {{/if}}
{{!-- Totem --}}

{{ localize 'IDENTITY.totem' }}

{{#if (eq system.identity.totem "")}} {{ localize 'VERMINE.totem_picker' }} {{else}}
{{ smarttl "TOTEMS" system.identity.totem }} {{ localize 'UI.effect_edit' }}
{{/if}}
{{#if isEditMode}} {{else}} {{system.identity.instincts}} {{/if}}
{{#if isEditMode}} {{else}} {{system.identity.prohibits}} {{/if}}
{{!-- Capacités de groupe --}}

{{ localize 'VERMINE.group_abilities' }}{{#if isEditMode}}{{/if}}

    {{#each abilities as |item id|}} {{#if (ne item.system.type 'totem')}}
  1. {{#if @root.isEditMode}} {{/if}}
  2. {{/if}} {{/each}}
{{!-- Capacités de totem --}}

{{ localize 'VERMINE.totem_abilities' }}{{#if isEditMode}}{{/if}}

    {{#each totem_abilities as |item id|}}
  1. {{item.name}} {{item.system.level.value}} {{item.system.learn.threshold}}{{#ifgt item.system.learn.hindrance 0}}/{{ roman item.system.learn.hindrance }}{{/ifgt}}
    {{#if @root.isEditMode}} {{/if}}
  2. {{/each}}