+ {{#each (this.changesetGet this.args.validationField) as |file|}}
+
+
+ {{#if (this.startWith file.type 'image/')}}
+
+ {{else}}
+
+ {{/if}}
+
+
+
+ {{file.name}}
+
+
+ {{this.getSize file.size}}
+
+
+
+ {{#unless @disableDownload}}
+
+ {{/unless}}
+ {{#unless @disabled}}
+
+ {{/unless}}
+
+