@if (notifications !== null && notifications.length === 0) {
No notifications available
} @if (notifications?.length > 0) {
@for (filter of notificationFilters | keyvalue: originalOrder; track filter) { {{filter.value.label}} }
}