{{#if ary.length}} {{#each ary as |row|}} {{/each}}
{{input-paste pasted="pastedValues" class="form-control input-sm value" type="text" value=row.value placeholder=valuePlaceholder}}
{{#if showProTip}}
{{t 'formValueArray.protip'}}
{{/if}} {{/if}}