@if (mapViews.available()) { {{ triggerLabel() }} @if (mapViews.dirty()) { } {{ texts.panelTitle }} @if (mapViews.error(); as err) { {{ err }} } @if (mapViews.loading()) { {{ texts.loading }} } @else if (mapViews.views().length === 0) { {{ texts.empty }} } @else { @for (entry of mapViews.views(); track entry.slug; let i = $index) { = 9" aria-hidden="true" [pTooltip]="texts.shortcutHintTooltip" [tooltipDisabled]="i !== 0" [attr.data-testid]="'map-view-num-' + entry.slug" >{{ i < 9 ? i + 1 : '' }} {{ entry.view.name }} @if (brokenRefs(entry); as broken) { {{ texts.brokenRefs(broken) }} } } @if (mapViews.skipped().length > 0) { {{ texts.skipped(mapViews.skipped().length) }} } } }
{{ texts.panelTitle }}
{{ err }}
{{ texts.loading }}
{{ texts.empty }}
{{ texts.skipped(mapViews.skipped().length) }}