{{#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 --}} {{svg-jar "feature-image"}}
{{#if (feature 'imageEditor')}} {{/if}}
{{#if this.isEditingAlt}} {{else}} {{/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}}