{{#if (eq this.type this.IMAGE_TYPE)}} {{#if this.isDone}} {{else}} {{d-icon "far-image"}} {{/if}} {{else}} {{d-icon "file-alt"}} {{/if}}
{{this.fileName}}
{{#if this.isDone}} {{this.upload.extension}} {{else}} {{#if this.upload.processing}} {{i18n "processing"}} {{else}} {{i18n "uploading"}} {{/if}} {{/if}}