@if (errors().length > 0) { }
{{ 'PAC.KEY_WORDS.Notification' | translate: { Default: 'Notification' } }} ({{ errors().length }})
    @for (error of errors(); track error; let i = $index) {
  • {{ error }}

  • } @empty {
    {{ 'PAC.SHARED.Notification.NoNotificationYet' | translate: { Default: 'No notification yet' } }}
    }