{{localize 'wod.attributes.attributes'}}
{{localize 'wod.attributes.physical'}}
{{localize 'wod.attributes.social'}}
{{localize 'wod.attributes.mental'}}
{{#each data.system.attributes as |attribute key|}}
{{#if (topAttributes key)}}
{{/if}}
{{#if attribute.isvisible}}
{{#if (and (eq ../actor.type ../config.sheettype.exalted) (eqAny ../actor.system.settings.variant "lunar" "liminal" "alchemical"))}}
{{/if}}
{{#numLoop attribute.max}}
{{/numLoop}}
{{#if (gte attribute.value 4)}}
{{#if (eq ../locked false)}}
{{else}}
{{/if}}
{{else}}
{{/if}}
{{/if}}
{{#if (bottenAttributes key)}}
{{/if}}
{{/each}}