{{#if warning}}
{{{warning}}}
{{/if}} {{#if attributes}}
{{!-- titles --}}
 
{{#each attributes.labels as |slug|}}
{{localize (concat 'PF2E.AbilityId.' slug)}}
{{/each}} {{!-- ancestry --}} {{#if ancestryItem}} {{#if attributes.ancestry.flaws}} {{> 'boosts' attributes.ancestry.flaws}} {{/if}} {{> 'boosts' attributes.ancestry.boosts}} {{/if}} {{!-- background --}} {{> 'boosts' attributes.background}} {{!-- class --}} {{#if classItem}} {{> 'boosts' attributes.class}} {{/if}} {{!-- levels boosts --}} {{#each attributes.levels as |entry|}} {{> 'boosts' entry}} {{/each}} {{!-- totals --}}
{{localize 'PF2E.ModifierTitle'}}
{{#each attributes.totals as |mod|}}
{{numberFormat mod decimals=0 sign=true}}
{{/each}}
{{/if}} {{#each entries as |entry|}} {{> 'entry' entry}} {{/each}} {{#*inline 'boosts'}}
{{{label}}}
{{#each boosts as |boost|}}
{{#if boost}}
{{#if boost.locked}} {{else if (eq boost.type 'KeyIcon')}} {{/if}} {{localize (concat 'PF2E.Actor.Character.AttributeBuilder.' boost.type)}}
{{else}}   {{/if}}
{{/each}} {{/inline}}