{{#if header}}
{{#if protipLabel}}
{{t protipLabel appName=settings.appName htmlSafe=true}}
{{/if}}
{{/if}}
{{#each ary as |file|}} {{#input-text-file classNames="box" accept=accept classNames='mb-20' name=file.name inputName=true namePlaceholder=namePlaceholder canChangeName=true shouldChangeName=(not file.uploaded) canUpload=false value=file.value placeholder=valuePlaceholder }} {{/input-text-file}} {{/each}}