{{#if (eq charType "creature")}}
{{>"systems/bol/templates/actor/parts/tabs/creature-stats.hbs"}}
{{> "systems/bol/templates/actor/parts/tabs/creature-actions.hbs"}}
{{else}}
{{>"systems/bol/templates/actor/parts/tabs/actor-stats.hbs"}}
{{/if}}
{{#if (ne charType "creature")}}
{{> "systems/bol/templates/actor/parts/tabs/actor-actions.hbs"}}
{{/if}}
{{#if (ne charType "creature")}}
{{> "systems/bol/templates/actor/parts/tabs/actor-features.hbs"}}
{{#if isMysteries}}
{{> "systems/bol/templates/actor/parts/tabs/actor-spellalchemy.hbs"}}
{{/if}}
{{> "systems/bol/templates/actor/parts/tabs/actor-equipment.hbs"}}
{{/if}}
{{> "systems/bol/templates/actor/parts/tabs/actor-biodata.hbs"}}