@if (links && links.length > 0) {
record.metadata.download
({{ linksCount }})
@if ((isMobile$ | async) === false && _list?.pagesCount > 1) {
}
@for (format of visibleFormats; track format) {
{{ getFilterFormatTitle(format) }}
}
}
@if ((isMobile$ | async) === false) {
@for (link of filteredLinks; track link) {
}
}
@for (link of filteredLinks; track link) {
@if ((isMobile$ | async) === true) {
}
}