@for (message of messages; track message.key) {
@if (message.key === EventStream.Registration) { Found {{ formatNoun(registrationIssuesCount(), 'machine', 's') }} requesting registration and awaiting approval. Visit the list of unauthorized machines to review the requests. } @else if (message.key === EventStream.Connectivity) { Stork server reports communication problems for {{ formatNoun(connectivityIssuesCount(), 'app', 's') }} on the monitored machines. You can check the details here. } @else { {{ message.detail }} }
}