{{!-- template-lint-disable no-invalid-interactive --}}
{{!-- template-lint-enable no-invalid-interactive --}} {{#unless @image}}
{{/unless}} {{#if this.canDrop}}
{{/if}} {{#if uploader.isUploading}} {{!-- upload in progress --}} {{uploader.progressBar}} {{else if uploader.errors}} {{!-- upload failed --}} {{#each uploader.errors as |error|}}
{{or error.context error.message}}
{{/each}} {{else if @image}} {{!-- image is present --}} {{#if @isHidden}} {{svg-jar "eye-closed"}} {{/if}}
{{@alt}}
{{#if this.isEditingAlt}} {{else}} {{/if}} {{#if (and this.tkCount (not this.isEditingAlt))}}
TK
{{/if}}
{{else}} {{!-- no-image state --}}
{{#if this.canDrop}}
Drop to upload feature image
{{else}} {{#if this.settings.unsplash}} {{/if}} {{/if}}
{{/if}}
{{#if this.showUnsplashSelector}} {{/if}}