{{t('title')}}
@if (annotations().length > FilterAfter) {
} @let filteredAnnotations = annotations() | filter: filterList; @if (filteredAnnotations.length > 8) {
@for (annotation of scroll.viewPortItems; track annotation.id) { }
} @else { @for (annotation of filteredAnnotations; track annotation.id) { } @empty {

{{t('no-data')}}

} }