{{#if toggles}}{{> "systems/pf2e/templates/actors/partials/toggles.hbs" toggles=toggles}}{{/if}}
{{#if elementalBlasts}}
{{#each elementalBlasts as |blast|}}
{{> "systems/pf2e/templates/actors/character/partials/elemental-blast.hbs" action=blast}}
{{/each}}
{{/if}}
{{#each data.actions as |strike ai|}}
{{> "systems/pf2e/templates/actors/character/partials/strike.hbs" action=strike index=ai}}
{{/each}}
{{#each actions.encounter as |section sid|}}
{{#each section.actions as |action|}}
{{> "systems/pf2e/templates/actors/partials/action.hbs" action=action}}
{{/each}}
{{/each}}