{{#if menu.data }}
{{#if fieldFilter}} {{/if}}
{{#each fieldFilter}} {{#if choices }}
{{else}} {{#if filtered }} {{formField field localize=true blank="" choices=(@root.formatChoices this) valueAttr="value" name=key}} {{else}} {{#if field.label}} {{formField field localize=true blank="" name=key}} {{else}} {{formField field localize=true blank="" name=key label=label}} {{/if}} {{/if}} {{/if}} {{/each}}
{{!--
--}} {{#if menu.data.columns.length}}
Name
{{#each menu.data.columns}}
{{label}}
{{/each}}
{{/if}}
{{#each items}}
{{name}}
{{#each ../menu.data.columns}}
{{#with (@root.formatLabel ../this this) as | label |}}{{label}}{{/with}}
{{/each}}
{{{system.description}}}
{{/each}}
{{!--
--}} {{else}}

Welcome to DAGGERHEART Items Browser

{{/if}}