{{#if ary.length}} {{#each ary as |row index|}}
{{#if hasBlock}} {{yield this row index}} {{else if editing}} {{input-paste pasted=(action "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}}