@for (indicator of showIndicators(); track indicator.indicatorCode; let last = $last) {
@if (indicator.id) {
}
@if (indicatorExplorer() === indicator.indicatorCode) {
}
}
@if (indicators()?.length > pageSize()) {
@if (hasMore()) {
}
@if (showIndicators()?.length > pageSize()) {
}
}