{{!-- Sheet Header --}}

Vie /{{data.sante.vie.max}}
Endurance /{{data.sante.fatigue.max}}
{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Carac Tab --}}
    {{#each data.carac as |carac key|}}
  1. {{carac.label}} {{#if carac.derivee}} {{else}} {{/if}}
  2. {{/each}}
    {{#each data.attributs as |attr key|}}
  1. {{attr.label}} : {{attr.value}}
  2. {{/each}} {{#each data.sante as |point key|}}
  3. {{point.label}} : {{point.value}}
  4. {{/each}}
{{!-- Compétences Tab --}}
Compétences de base Niveau XP
    {{#each data.competenceByCategory.generale as |comp key|}}
  1. {{comp.name}}
  2. {{/each}}
Compétences Particulières Niveau XP
    {{#each data.competenceByCategory.particuliere as |comp key|}}
  1. {{comp.name}}
  2. {{/each}}
Compétences Spécialisées Niveau XP
    {{#each data.competenceByCategory.specialisee as |comp key|}}
  1. {{comp.name}}
  2. {{/each}}
Connaissances Niveau XP
    {{#each data.competenceByCategory.connaissance as |comp key|}}
  1. {{comp.name}}
  2. {{/each}}
Draconic Niveau XP
    {{#each data.competenceByCategory.draconic as |comp key|}}
  1. {{comp.name}}
  2. {{/each}}
{{!-- Biography Tab --}}
{{editor content=data.biographie target="data.biographie" button=true owner=owner editable=editable}}
{{!-- Owned Items Tab --}}
    {{#each actor.items as |item id|}}
  1. {{item.name}}

  2. {{/each}}