@if(loading && notifications.length === 0) {
@for(s of [1, 2, 3, 4, 5]; track s) {
}
} @if(!loading && notifications.length === 0) {

Nessuna notifica

Quando arriverà qualcosa di nuovo lo troverai qui.

} @if(notifications.length > 0) {
@if(unreadCount > 0) {
{{ unreadCount }} da leggere
} @for(group of groups; track group.label) {
{{ group.label }}
@for(notif of group.items; track notif.usrnot_id) {
@if(!notif.usrnot_dateread) {
}
{{ getTimeAgo(notif.usrnot_datesent) }}
@if (notif.usrnot_image) {
}
}
}
}
Notifica @if (detailTarget?.usrnot_image) {
}

{{ getFullDate(detailTarget?.usrnot_datesent) }}