{{!-- initiative --}} {{#if initiative}}
{{localize 'PF2E.InitiativeLabel'}}

{{/if}} {{!-- rest & daily preps --}} {{#if isCharacter}}
{{localize 'PF2E.Actor.Character.Rest.Label'}}
{{#if dailies}}
{{#if dailies.canPrep}} {{localize 'pf2e-dailies.sheet.title'}} {{else}} {{localize 'pf2e-dailies.sheet.title'}} {{/if}}
{{/if}}
{{/if}} {{!-- special resources --}} {{#if resources.length}} {{#each resources as |resource|}}
{{resource.label}}
/
{{/each}}
{{/if}} {{!-- actions --}} {{#each actions as |action|}} {{> (@root.partial 'statistic-action') action}} {{/each}}
{{!-- macros --}} {{#if macros.length}} {{#each macros as |macro|}}
{{macro.label}}
{{/each}} {{else}}
{{@root.i18n 'noMacro'}}
{{/if}}