{{ labelTranslationKey() | translate }} @if (labelTranslationKeyHint()) { {{ labelTranslationKeyHint() | translate }} } {{ 'Forms.ImageUpload.FileSizeExtension' | translate: { width: maxWidth(), height: maxHeight() } }}

@let uploadedFileValue = uploadedFile(); @if (uploadedFileValue) {
@if (uploadedImagePreview()) { }

{{ 'Attribute.Name' | translate }} {{ uploadedFileValue.name }}

{{ 'File.Size' | translate }}

}
@if (uploadedFileValue) { }