@if (unreadNotifications > 0 && unreadNotifications < 100) {
{{ unreadNotifications }}
} @else if (unreadNotifications >= 100) {
99+
}
@if (unreadNotifications) {
} @else {
}
@if (isInMobileView) {
} @else {
Notifications
@if (unreadNotifications > 0) {
}
@defer (when opened) {
}
@if (!loaded) {
}
}