@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 { @if (mapViews.skipped().length > 0) {

{{ texts.skipped(mapViews.skipped().length) }}

} }
}