{{localize "PF2E_VISIONER.UI.PF2E_VISIONER"}}
{{localize "PF2E_VISIONER.UI.CONFIGURE_SETTINGS_BELOW"}}
{{#each groups as |group|}}
{{group.title}} {{#each group.items as |item|}} {{!-- compute indentation padding based on depth (0 parent, 1 child) --}} {{#if (eq item.inputType "checkbox")}}
{{#if item.hint}}
{{item.hint}}
{{/if}}
{{else}}
{{#if item.hint}}
{{item.hint}}
{{/if}} {{#if (eq item.inputType "number")}} {{else if (eq item.inputType "select")}} {{else}} {{/if}}
{{/if}} {{/each}}
{{/each}}