@if ((hasMissingLabels | async) === true) {
{{ 'label-set.missing.labels-detected' | translate }}
} @else if ((hasMissingLabels | async) === false) {
{{ 'label-set.missing.no-labels-detected' | translate }}
}
@for (labelSet of missingLabels | async | keyvalue; track labelSet) {
{{ labelSet.value.title }}
{{ labelSet.value.labels.join(', ') }}
}
@if ((hasMissingLabels | async) === true) {