@for (imageUrl of imageUrls; track imageUrl) {
{{ 'image-input.images' | translate }} [{{ $index }}]
@if (!disabled) {
drag_indicator
}
@if (!disabled) {
}
}
@if (!imageUrls.length) {
{{ 'image-input.no-images' | translate }}
}
@if (!disabled) {
@if (linkType === ImageLinkType.external) {
@if (externalLinkControl.value) {
![]()
} @else {
{{ 'image.no-image-selected' | translate }}
}
}
@if (linkType === ImageLinkType.external) {
}
@if (linkType === ImageLinkType.none) {
}
}