{{#if (ne charType 'creature')}}
  1. {{localize 'BOL.ui.biosize'}}
    {{localize 'BOL.ui.bioweight'}}
    {{localize 'BOL.ui.bioage'}}
  2. {{localize 'BOL.ui.biohair'}}
    {{localize 'BOL.ui.bioeyes'}}
  3. {{localize 'BOL.ui.biosigns'}}
  4. {{else}}
  5. Taille
  6. {{/if}}
{{#if (and (not isAstrologer) (countKeys horoscopeGroupList))}} {{> "systems/bol/templates/actor/parts/tabs/actor-horoscope-group.hbs"}} {{/if}}
  1. {{localize 'BOL.ui.biodescription'}}
{{editor biography target='system.details.biography' button=true owner=owner editable=editable }} {{#if (eq charType "player")}}
  1. {{localize "BOL.ui.xplog"}}
    {{localize "BOL.ui.type"}}
    {{localize "BOL.ui.date"}}
    {{localize "BOL.ui.name"}}
    {{localize "BOL.ui.cost"}}
    {{localize "BOL.ui.value"}}
  2. {{#each xplog as |xp idx|}}
  3. {{xp.name}}

    {{localize (concat "BOL.ui." xp.system.properties.xptype)}}
    {{xp.system.properties.xpdate}}
    {{#if (eq xp.system.properties.xptype "attribute")}} {{localize (concat "BOL.attributes." xp.system.properties.xpname)}} {{else}} {{#if (eq xp.system.properties.xptype "aptitude")}} {{localize (concat "BOL.aptitudes." xp.system.properties.xpname)}} {{else}} {{xp.system.properties.xpname}} {{/if}} {{/if}}
    {{xp.system.properties.xpcost}}
    {{xp.system.properties.xpvalue}}
  4. {{/each}}
{{/if}}
  1. {{localize 'BOL.ui.bionotes'}}
{{editor notes target='system.details.notes' button=true owner=owner editable=editable }}