@if (isPaginationVisible() && isPaginationContainerVisible()) { @for (pageNum of getPages(); track pageNum.value) { @if (pageNum.label !== '...') { {{ pageNum.label }} } @if (pageNum.label === '...') { {{ pageNum.label }} } } @for (pageNum of getMobilePages(); track pageNum.value) { {{ pageNum.label }} } } @if (isPaginationCompactVisible()) { {{ paginationTexts.previous }} {{ page }} {{ paginationTexts.ofLabel }} {{ totalNumberPages }} {{ paginationTexts.next }} } @if (isPaginationSliderVisible()) { @for (pageNum of getSlides(); track pageNum.value) { } }