@if (componentPagination.totalItems === 0) {
You don't have notifications.
}
@for (notification of notifications; track notification.payload.id) {
@if (!inPopup()) {
}
-
@if (notification.externalUrl) {
} @else if (notification.url) {
} @else if (notification.payload.read === false) {
}@else {
}
}