{{#if ary.length}} {{#each ary as |row|}} {{#unless editing}}
{{/unless}} {{/each}}
{{#input-or-display editable=editing value=row.key }} {{input type="text" class="form-control input-sm" placeholder=(t keyPlaceholder) value=row.key }} {{/input-or-display}}   {{#input-or-display editable=editing value=row.operator }} {{new-select class="form-control input-sm" content=operatorChoices localizedHtmlLabel=true value=row.operator }} {{/input-or-display}}   {{#if (or (eq row.operator "Exists") (eq row.operator "DoesNotExist")) }} {{t "generic.na"}} {{else}} {{#input-or-display editable=editing value=row.values }} {{input type="text" class="form-control input-sm" placeholder=(t valuePlaceholder) value=row.values }} {{/input-or-display}} {{/if}}   {{#if editing}} {{/if}}
{{else if (not editing)}}
{{t "generic.none"}}
{{/if}} {{#if editing}}
{{/if}}