{{#if featSlot.feat}}
  • {{featSlot.label}}
    {{featSlot.feat.name}}

    {{featSlot.feat.name}}

    {{#if @root.editable}} {{/if}}
    {{#if featSlot.children}} {{> nestedSlots slot=featSlot}} {{/if}}
  • {{else}} {{> emptySlot slot=featSlot}} {{/if}} {{#*inline "nestedSlots"}}
      {{#each slot.children as |childSlot|}} {{#if childSlot.feat}} {{> nestedSlot slot=childSlot}} {{else}} {{> emptySlot slot=childSlot}} {{/if}} {{/each}}
    {{/inline}} {{#*inline "nestedSlot"}}
  • {{slot.feat.name}}

    {{slot.feat.name}}

    {{#if @root.editable}} {{/if}}
    {{#if slot.children}} {{> nestedSlots slot=slot}} {{/if}}
  • {{/inline}} {{#*inline "emptySlot"}}
  • {{slot.label}}
    {{coalesce slot.restriction.hint (localize "PF2E.EmptySlot")}}
    {{#if @root.editable}} {{/if}}
  • {{/inline}}