{{#if ary.length}} {{#each ary as |row|}} {{#if editing}} {{/if}} {{/each}}
{{#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}}
{{else if (not editing)}} {{t 'formValueArray.noData'}} {{/if}} {{#if editing}} {{#if ary.length}} {{#if showProTip}}
{{t 'formValueArray.protip'}}
{{/if}} {{/if}} {{/if}}