@if (!hidePageSize) {
{{_intl.itemsPerPageLabel}}
@if (_displayedPageSizeOptions.length > 1) { @for (pageSizeOption of _displayedPageSizeOptions; track pageSizeOption) { {{pageSizeOption}} }
} @if (_displayedPageSizeOptions.length <= 1) {
{{pageSize}}
}
}
{{_intl.getRangeLabel(pageIndex, pageSize, length)}}
@if (showFirstLastButtons) { } @if (showFirstLastButtons) { }