{{ (readonly ? 'image.image-details' : 'image.edit-image') | translate }}

@if (isLoading$ | async) { } @else {
}
image.name @if (imageFormGroup.get('title').hasError('required')) { {{ 'image.name-required' | translate }} } @if (!readonly && imageFormGroup.dirty) { } @if (!readonly && !imageFormGroup.invalid && imageFormGroup.dirty) { }
@if (!readonly) { }
{{ image.descriptor.width }}x{{ image.descriptor.height }}
{{ image.descriptor.size | fileSize }}