{{ notification.createdTime ?? currentDate | dateAgo }}
@if (!hideMarkAsReadButton) {
}
@if (notification.type === notificationType.ALARM && !notification.info.cleared) {
{{alarmSeverityTranslations.get(notification.info.alarmSeverity) | translate}}
}