@if (vm$ | async; as vm) {

System alerts

@if (vm?.total || vm?.total === 0) {
{{ vm.total }}
{{ vm.statusText }}
@if (vm.badges.length) {
@for (b of vm.badges; track b.key; let last = $last) { @if(compact) { {{ b.count }} } @else { {{b.key | upperFirst}} ({{ b.count }}) } }
}
}@else {
} }