{{ 'notification.panel.title' | translate }}
{{ 'generic.close' | translate }}
@if (notifications | async; as notifications) {
    @for (message of notifications; track message.timestamp) {
  • } @empty {
    {{ 'notification.panel.no-notifications' | translate }}
    }
}
@if (hasNotifications | async) { {{ 'notification.panel.delete-all-button' | translate }} }