{{#if document.itemTypes.affliction}}
{{localize "PF2E.Item.Affliction.Plural"}}
    {{> (resolvePath "templates/actors/partials/effects.hbs") effects=document.itemTypes.affliction}}
{{/if}}
{{localize "PF2E.ConditionsLabel"}}
    {{> (resolvePath "templates/actors/partials/effects.hbs") effects=document.conditions.active}}
{{localize "PF2E.EffectsLabel"}}
    {{> (resolvePath "templates/actors/partials/effects.hbs") effects=document.itemTypes.effect}}
{{localize "PF2E.Actor.Character.FeatSlot.DivineIntercessions"}} {{#if options.editable}} {{/if}}
    {{#each document.divineIntercessions as |feat|}}
  1. {{#if @root.options.editable}}
    {{/if}}
  2. {{/each}}