{{#if ary.length}} {{#each ary as |row|}}
{{#if hasBlock}} {{yield this row}} {{else if editing}} {{input-paste pasted="pastedValues" class="form-control input-sm value" type="text" value=row.value placeholder=valuePlaceholder}} {{else}} {{row.value}} {{/if}} {{#if editing}} {{/if}}
{{/each}} {{else if (not editing)}}

{{t noDataLabel}}

{{/if}} {{#if editing}} {{#if ary.length}} {{#if showProTip}}
{{t 'formValueArray.protip'}}
{{/if}} {{/if}} {{/if}}