@if (galleryAttachments()) {

{{ 'chat.overlays.viewImages' | translate }}

{{ 'chat.overlays.imageCount' | translate: { count: galleryAttachments()!.length } }}

@for (attachment of galleryAttachments(); track attachment.id) { }
} @if (lightboxAttachment()) {
} @if (imageContextMenu()) { }