{{ 'notifications.blades.notification-journal-details.labels.notification-info' | translate }}
{{ 'notifications.blades.notification-journal-details.labels.id' | translate }}
{{blade.currentEntity.id}}
{{ 'notifications.blades.notification-journal-details.labels.created' | translate }}
{{blade.currentEntity.createdDate | amParse | date:'medium'}}
{{ 'notifications.blades.notification-journal-details.labels.sender' | translate }}
{{blade.currentEntity.from}}
{{ 'notifications.blades.notification-journal-details.labels.recipient' | translate }}
{{blade.currentEntity.to}}
{{blade.currentEntity.number}}
{{ 'notifications.blades.notification-journal-details.labels.cc' | translate }}
{{blade.currentEntity.cc.toString()}}
{{ 'notifications.blades.notification-journal-details.labels.bcc' | translate }}
{{blade.currentEntity.bcc.toString()}}
{{ 'notifications.blades.notification-journal-details.labels.reply-to' | translate }}
{{blade.currentEntity.replyTo}}
{{ 'notifications.blades.notification-journal-details.labels.sending-attempts-count' | translate }}
{{blade.currentEntity.sendAttemptCount}}/{{blade.currentEntity.maxSendAttemptCount}}
{{ 'notifications.blades.notification-journal-details.labels.last-fail-attempt-message' | translate }}
{{blade.currentEntity.lastSendError}}
{{ 'notifications.blades.notification-journal-details.labels.subject' | translate }}
{{blade.currentEntity.subject}}
  • {{ 'notifications.blades.notification-journal-details.labels.body' | translate }}
    {{blade.currentEntity.message}}