{{#if crafting.hasQuickAlchemy}}
{{/if}}
    {{> "systems/pf2e/templates/actors/crafting-entry-list.hbs" craftingEntries=crafting.entries}}
  1. {{localize "PF2E.FormulaKnownTitle"}}

      {{#each crafting.knownFormulas as |section lvl|}}
    1. {{localize "PF2E.LevelN" level=lvl}}

      {{localize "PF2E.CraftDCTitle"}}
      {{localize "PF2E.SpellCostLabel"}}
      {{localize "PF2E.CraftingTab.CraftQuantityTitle"}}
      {{#if @root.options.editable}}
      {{/if}}
    2. {{#each section as |craftedItem i|}}
    3. {{craftedItem.name}}

      {{craftedItem.name}}

      {{craftedItem.dc}}
      {{coinLabel craftedItem.cost}}
      - +
      {{#if @root.options.editable}}
      {{#if (or @root.crafting.entries.alchemical.entries.length @root.crafting.entries.other.length)}} {{/if}} {{#if craftedItem.deletable}} {{else}} {{/if}}
      {{/if}}
    4. {{/each}} {{else}} {{#if @root.options.editable}}
    5. {{localize "PF2E.FormulaListEmpty"}}

      {{localize "PF2E.OpenInventoryBrowser"}}
    6. {{/if}} {{/each}}