{{name}}

{{#if (eq avatar undefined)}}{{else}}

{{/if}} {{#if (eq biography undefined)}}{{else}}

{{localize 'fate-core-official.Biography'}}

{{{biography}}}

{{/if}} {{#if (eq description undefined)}}{{else}}

{{localize 'fate-core-official.Description'}}

{{{description}}}

{{/if}} {{#if (eq aspects undefined)}}{{else}}

{{localize 'fate-core-official.Aspects'}}

{{#each aspects}} {{/each}}
{{this.name}} {{this.value}}

{{/if}} {{#if (eq skills undefined)}}{{else}}

{{localize 'fate-core-official.Skills'}}

{{#each skills}} {{/each}}
{{this.rank}} {{this.name}}

{{/if}} {{#if (eq tracks undefined)}}{{else}}

{{localize 'fate-core-official.Tracks'}}

{{#each tracks}}{{#if this.enabled}} {{/if}}{{/each}}
{{this.name}}
{{#each this.box_values}} {{#if this}} {{else}} {{/if}} {{/each}} {{#if this.aspect.when_marked}}{{#if (hasBoxes this)}}{{else}}{{/if}}{{/if}}

{{/if}} {{#if (eq stunts undefined)}}{{else}}

{{localize 'fate-core-official.Stunts'}}:

{{#each stunts}} {{/each}}
{{this.name}} {{{this.richDesc}}}
{{/if}} {{#if (eq extras undefined)}}{{else}}

{{localize 'fate-core-official.Extras'}}:

{{#each extras}} {{/each}}
{{this.name}} {{{this.richDesc}}}
{{/if}}