{{#if uploadHash}} {{avatar-crop-form options=options activeForm=activeForm isNested=true secret=options.crop_tmp.secret hash=uploadHash}} {{/if}} {{#if isBusy}}

{{gettext "uploading %(filename)s (%(size)s)" filename=selectedImage.name size=(file-size selectedImage.size)}}

{{gettext "%(progress)s% complete" progress=progress}}
{{/if}} {{#unless uploadHash}}
{{#if allowUpload}}
{{#if isBusy}} {{else}} {{/if}}

{{gettext "%(files)s files smaller than %(limit)s" files=extensions limit=(file-size options.upload.limit)}}

{{/if}}
{{/unless}}