@if (!online) {
{{ i18n.texts.you_are_offline }}
} @if (loaded) { @for (notif of notifications.notifications$ | async; track notif.uuid) { } @if (notifications.mayHaveMore) {
@if (loading) { } @else { {{ i18n.texts.notifications.load_more }} }
} } @else if (online) { }